[GRASS-SVN] r56904 - grass/branches/develbranch_6/lib/gis/colors
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jun 24 03:15:20 PDT 2013
Author: neteler
Date: 2013-06-24 03:15:20 -0700 (Mon, 24 Jun 2013)
New Revision: 56904
Modified:
grass/branches/develbranch_6/lib/gis/colors/population
Log:
avoid integer overflow for color rule population 8backport from trunk, r56902)
Modified: grass/branches/develbranch_6/lib/gis/colors/population
===================================================================
--- grass/branches/develbranch_6/lib/gis/colors/population 2013-06-24 10:14:47 UTC (rev 56903)
+++ grass/branches/develbranch_6/lib/gis/colors/population 2013-06-24 10:15:20 UTC (rev 56904)
@@ -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