Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8218 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Mar 13, 2008
1 parent 5ede092 commit 022c938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspostgresprovider.cpp
Expand Up @@ -1840,7 +1840,7 @@ bool QgsPostgresProvider::addFeatures(QgsFeatureList & flist)

if( i==flist.size() )
{
if( !defVal.isNull() && *it==defVal) {
if( !defVal.isNull() && *it==defVal)
{
values += "," + defVal;
}
Expand Down

0 comments on commit 022c938

Please sign in to comment.