[GRASS-SVN] r67065 - in grass/branches/releasebranch_7_0: gui/wxpython/tplot lib/vector/dglib/examples

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Dec 11 03:35:16 PST 2015


Author: martinl
Date: 2015-12-11 03:35:16 -0800 (Fri, 11 Dec 2015)
New Revision: 67065

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/tplot/
   grass/branches/releasebranch_7_0/lib/vector/dglib/examples/components.c
Log:
partly revert r67057


Property changes on: grass/branches/releasebranch_7_0/gui/wxpython/tplot
___________________________________________________________________
Deleted: svn:mergeinfo
   - /grass/branches/releasebranch_7_0/gui/wxpython/tplot:62348

Modified: grass/branches/releasebranch_7_0/lib/vector/dglib/examples/components.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/vector/dglib/examples/components.c	2015-12-11 11:33:38 UTC (rev 67064)
+++ grass/branches/releasebranch_7_0/lib/vector/dglib/examples/components.c	2015-12-11 11:35:16 UTC (rev 67065)
@@ -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