Skip to content

Commit 08192ba

Browse files
author
jef
committed
fix r12665
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12666 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 60d2eae commit 08192ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsvectorfilewriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ QgsVectorFileWriter::writeAsShapefile( QgsVectorLayer* layer,
433433

434434
QString msg( "Failed to transform a point while drawing a feature of type '"
435435
+ fet.typeName() + "'. Writing stopped." );
436-
msg += cse.what();
436+
msg += e.what();
437437
QgsLogger::warning( msg );
438438

439439
return ErrProjection;

0 commit comments

Comments
 (0)