[GRASS-SVN] r67254 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 19 14:15:57 PST 2015


Author: mmetz
Date: 2015-12-19 14:15:57 -0800 (Sat, 19 Dec 2015)
New Revision: 67254

Modified:
   grass/trunk/lib/gis/lz4.c
Log:
gislib: no C++ style comments in C code

Modified: grass/trunk/lib/gis/lz4.c
===================================================================
--- grass/trunk/lib/gis/lz4.c	2015-12-19 22:14:22 UTC (rev 67253)
+++ grass/trunk/lib/gis/lz4.c	2015-12-19 22:15:57 UTC (rev 67254)
@@ -825,7 +825,7 @@
                 /* Match description too long : reduce it */
                 matchLength = (15-1) + (oMaxMatch-op) * 255;
             }
-            //printf("offset %5i, matchLength%5i \n", (int)(ip-match), matchLength + MINMATCH);
+            /* printf("offset %5i, matchLength%5i \n", (int)(ip-match), matchLength + MINMATCH); */
             ip += MINMATCH + matchLength;
 
             if (matchLength>=ML_MASK)



More information about the grass-commit mailing list