Skip to content
Permalink
Browse files
fix #3821
  • Loading branch information
jef-n committed May 11, 2011
1 parent 8eac180 commit 3d41384
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 3d41384

Please sign in to comment.