Skip to content
Permalink
Browse files
fix comparision
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10068 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jan 31, 2009
1 parent 3e13440 commit 14e5a2c
Showing 1 changed file with 1 addition and 1 deletion.
@@ -264,7 +264,7 @@ int QgsAttributeTable::compareItems( QString s1, QString s2, bool ascending, boo
return 1;
}
}
else if ( compareValue = 0 )
else if ( compareValue == 0 )
{
return 0;
}

0 comments on commit 14e5a2c

Please sign in to comment.