[GRASS-SVN] r56903 - grass/branches/releasebranch_6_4/lib/gis/colors
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jun 24 03:14:47 PDT 2013
Author: neteler
Date: 2013-06-24 03:14:47 -0700 (Mon, 24 Jun 2013)
New Revision: 56903
Modified:
grass/branches/releasebranch_6_4/lib/gis/colors/population
Log:
avoid integer overflow for color rule population 8backport from trunk, r56902)
Modified: grass/branches/releasebranch_6_4/lib/gis/colors/population
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/colors/population 2013-06-24 09:34:39 UTC (rev 56902)
+++ grass/branches/releasebranch_6_4/lib/gis/colors/population 2013-06-24 10:14:47 UTC (rev 56903)
@@ -8,4 +8,4 @@
250000 139 64 16
999000 139 64 16
1000000 90 4 0
-1000000000000 90 4 0
+2000000000 90 4 0
More information about the grass-commit
mailing list