Skip to content

Commit bc166cf

Browse files
m-kuhntroopa81
andauthored
replace double quote with simple quote
Co-Authored-By: troopa81 <julien.cabieces@oslandia.com>
1 parent bce1262 commit bc166cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/postgres/qgspostgresprovider.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4342,7 +4342,7 @@ QVariant QgsPostgresProvider::parseMultidimensionalArray( const QString &txt )
43424342

43434343
values.append( text.left( ++i ) );
43444344
i = text.indexOf( ',', i );
4345-
i = i > 0 ? text.indexOf( "{", i ) : -1;
4345+
i = i > 0 ? text.indexOf( '{', i ) : -1;
43464346
if ( i == -1 )
43474347
break;
43484348

0 commit comments

Comments
 (0)