[GRASS-SVN] r63864 - grass/branches/releasebranch_7_0/general/g.tempfile
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 29 11:48:26 PST 2014
Author: martinl
Date: 2014-12-29 11:48:26 -0800 (Mon, 29 Dec 2014)
New Revision: 63864
Modified:
grass/branches/releasebranch_7_0/general/g.tempfile/main.c
Log:
g.tempfile: update to current libgis
Modified: grass/branches/releasebranch_7_0/general/g.tempfile/main.c
===================================================================
--- grass/branches/releasebranch_7_0/general/g.tempfile/main.c 2014-12-29 19:42:35 UTC (rev 63863)
+++ grass/branches/releasebranch_7_0/general/g.tempfile/main.c 2014-12-29 19:48:26 UTC (rev 63864)
@@ -58,7 +58,7 @@
G_usage();
exit(EXIT_FAILURE);
}
- tempfile = G__tempfile(p);
+ tempfile = G_tempfile_pid(p);
/* create tempfile so next run of this program will create a unique name */
if (!dry_run->answer)
More information about the grass-commit
mailing list