Skip to content

Commit

Permalink
backport 3d41384 (closes #4633)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 13, 2011
1 parent 00624b3 commit 4739733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectorfilewriter.cpp
Expand Up @@ -147,7 +147,7 @@ QgsVectorFileWriter::QgsVectorFileWriter(

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

Expand Down

0 comments on commit 4739733

Please sign in to comment.