Skip to content
Permalink
Browse files
backport 3d41384 (closes #4633)
  • Loading branch information
jef-n committed Dec 13, 2011
1 parent 00624b3 commit 4739733
Showing 1 changed file with 1 addition and 1 deletion.
@@ -147,7 +147,7 @@ QgsVectorFileWriter::QgsVectorFileWriter(

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

0 comments on commit 4739733

Please sign in to comment.