Bug report #1235

Invalid multiline string literal in dxf2shp converter

Added by Mateusz Loskot - over 14 years ago. Updated over 14 years ago.

Status:Closed
Priority:Low
Assignee:nobody -
Category:C++ Plugins
Affected QGIS version: Regression?:No
Operating System:OS X Easy fix?:No
Pull Request or Patch supplied: Resolution:fixed
Crashes QGIS or corrupts data: Copied to github as #:11295

Description

In file [source:trunk/qgis/src/plugins/dxf2shp_converter/[email protected]#L129 dxf2shpconvertergui.cpp], in function dxf2shpConverterGui::on_buttonBox_helpRequested(), long multiline string literal is buggy. It should not include semicolon at the end of each line. It makes that each line is a separate exception that has no effect. So, incomplete emessage is printed.

Associated revisions

Revision 4d9ba4f3
Added by Jürgen Fischer over 14 years ago

fix #1234 & #1235

git-svn-id: http://svn.osgeo.org/qgis/trunk/[email protected] c8812cc2-4d05-0410-92ff-de0c093fc19c

Revision 399e2636
Added by Jürgen Fischer over 14 years ago

fix #1234 & #1235

git-svn-id: http://svn.osgeo.org/qgis/[email protected] c8812cc2-4d05-0410-92ff-de0c093fc19c

History

#1 Updated by Jürgen Fischer over 14 years ago

  • Resolution set to fixed
  • Status changed from Open to Closed

thanks. fixed in

Also available in: Atom PDF