Skip to content

Commit 3d41384

Browse files
committedMay 11, 2011
fix #3821
1 parent 8eac180 commit 3d41384

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
@@ -147,7 +147,7 @@ QgsVectorFileWriter::QgsVectorFileWriter(
147147

148148
if ( !found )
149149
{
150-
vectorFileName += "." + exts[0];
150+
vectorFileName += "." + allExts[0];
151151
}
152152
}
153153

0 commit comments

Comments
 (0)
Please sign in to comment.