[GRASS-SVN] r67064 - grass/trunk/lib/vector/dglib/examples

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Dec 11 03:33:38 PST 2015


Author: martinl
Date: 2015-12-11 03:33:38 -0800 (Fri, 11 Dec 2015)
New Revision: 67064

Modified:
   grass/trunk/lib/vector/dglib/examples/components.c
Log:
partly revert r67057

Modified: grass/trunk/lib/vector/dglib/examples/components.c
===================================================================
--- grass/trunk/lib/vector/dglib/examples/components.c	2015-12-11 10:45:14 UTC (rev 67063)
+++ grass/trunk/lib/vector/dglib/examples/components.c	2015-12-11 11:33:38 UTC (rev 67064)
@@ -112,8 +112,8 @@
 
 	if (dglGet_EdgeCount(&agraphComponents[i]) > 0) {
 	    if (pszGraphOut) {
-		G_snprintf(szGraphOutFilename, sizeof(szGraphOutFilename),
-                           "%s-component-%d", pszGraphOut, i);
+		snprintf(szGraphOutFilename, sizeof(szGraphOutFilename),
+                         "%s-component-%d", pszGraphOut, i);
 		printf("[write <%s>...", szGraphOutFilename);
 		fflush(stdout);
 		if ((fd =



More information about the grass-commit mailing list