Skip to content

Commit

Permalink
Use quote for bracket character
Browse files Browse the repository at this point in the history
Co-Authored-By: troopa81 <julien.cabieces@oslandia.com>
  • Loading branch information
m-kuhn and troopa81 committed Feb 22, 2019
1 parent 0753b14 commit 46474b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspostgresconn.cpp
Expand Up @@ -1011,7 +1011,7 @@ static QString quotedList( const QVariantList &list )
}

QString inner = i->toString();
if ( inner.startsWith( "{" ) )
if ( inner.startsWith( '{' ) )
{
ret.append( inner );
}
Expand Down

0 comments on commit 46474b4

Please sign in to comment.