We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent de07d46 commit 2794244Copy full SHA for 2794244
src/providers/ogr/qgsogrprovider.cpp
@@ -1292,7 +1292,7 @@ QVariant QgsOgrProvider::minValue(int index)
1292
return QVariant();
1293
}
1294
1295
- QString str = mEncoding->toUnicode( mEncoding->toUnicode( OGR_F_GetFieldAsString(f,0) ) );
+ QString str = mEncoding->toUnicode( OGR_F_GetFieldAsString(f,0) );
1296
OGR_F_Destroy(f);
1297
1298
QVariant value;
@@ -1331,7 +1331,7 @@ QVariant QgsOgrProvider::maxValue(int index)
1331
1332
1333
1334
1335
1336
1337
0 commit comments