Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/ogr/qgsogrprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@ const std::list<std::pair<QString, QString> >& attributes)
16411641
}
16421642

16431643
OGRDataSource* dataSource;
1644-
dataSource = driver->CreateDataSource(uri, NULL);
1644+
dataSource = driver->CreateDataSource(uri.toLocal8Bit(), NULL);
16451645
if(dataSource == NULL)
16461646
{
16471647
return false;

0 commit comments

Comments
 (0)
Please sign in to comment.