Skip to content

Commit 4f94862

Browse files
author
jef
committedJan 2, 2010
fix r12665
git-svn-id: http://svn.osgeo.org/qgis/trunk@12666 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ed4e5e4 commit 4f94862

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)
Please sign in to comment.