Skip to content

Commit

Permalink
fix #3821
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 11, 2011
1 parent 8eac180 commit 3d41384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectorfilewriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ QgsVectorFileWriter::QgsVectorFileWriter(

if ( !found )
{
vectorFileName += "." + exts[0];
vectorFileName += "." + allExts[0];
}
}

Expand Down

0 comments on commit 3d41384

Please sign in to comment.