Skip to content

Commit e301cc8

Browse files
committedJun 12, 2016
qgsogrprovider.cpp: fix wrong comment
1 parent 4116f95 commit e301cc8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/providers/ogr/qgsogrprovider.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,8 @@ QgsOgrProvider::QgsOgrProvider( QString const & uri )
306306
// This part of the code parses the uri transmitted to the ogr provider to
307307
// get the options the client wants us to apply
308308
309-
// If there is no & in the uri, then the uri is just the filename. The loaded
309+
// If there is no | in the uri, then the uri is just the filename. The loaded
310310
// layer will be layer 0.
311-
//this is not true for geojson
312311
313312
if ( !uri.contains( '|', Qt::CaseSensitive ) )
314313
{

0 commit comments

Comments
 (0)
Please sign in to comment.