Skip to content

Commit 93284cc

Browse files
author
jef
committedMar 13, 2008
fix compile error
git-svn-id: http://svn.osgeo.org/qgis/trunk@8218 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f86a0af commit 93284cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/postgres/qgspostgresprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1840,7 +1840,7 @@ bool QgsPostgresProvider::addFeatures(QgsFeatureList & flist)
18401840

18411841
if( i==flist.size() )
18421842
{
1843-
if( !defVal.isNull() && *it==defVal) {
1843+
if( !defVal.isNull() && *it==defVal)
18441844
{
18451845
values += "," + defVal;
18461846
}

0 commit comments

Comments
 (0)
Please sign in to comment.