[GRASS-SVN] r43642 - grass/branches/releasebranch_6_4/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 22 17:36:32 EDT 2010


Author: neteler
Date: 2010-09-22 21:36:32 +0000 (Wed, 22 Sep 2010)
New Revision: 43642

Modified:
   grass/branches/releasebranch_6_4/lib/gis/list.c
Log:
backport: Replace G_pclose() with pclose()

Modified: grass/branches/releasebranch_6_4/lib/gis/list.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/list.c	2010-09-22 21:36:11 UTC (rev 43641)
+++ grass/branches/releasebranch_6_4/lib/gis/list.c	2010-09-22 21:36:32 UTC (rev 43642)
@@ -125,7 +125,7 @@
      * close the more
      */
     if (more != stdout)
-	G_pclose(more);
+	pclose(more);
 #ifdef SIGPIPE
     signal(SIGPIPE, sigpipe);
 #endif



More information about the grass-commit mailing list