Skip to content
Permalink
Browse files
I18n of shapfileName
git-svn-id: http://svn.osgeo.org/qgis/trunk@5931 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
homann committed Oct 8, 2006
1 parent 6fc8c88 commit af83fb1
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1641,7 +1641,7 @@ const std::list<std::pair<QString, QString> >& attributes)
}

OGRDataSource* dataSource;
dataSource = driver->CreateDataSource(uri, NULL);
dataSource = driver->CreateDataSource(uri.toLocal8Bit(), NULL);
if(dataSource == NULL)
{
return false;

0 comments on commit af83fb1

Please sign in to comment.