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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 7 18:59:43 EST 2008


Author: martinl
Date: 2008-03-07 18:59:43 -0500 (Fri, 07 Mar 2008)
New Revision: 30502

Modified:
   grass/trunk/lib/gis/spawn.c
Log:
gislib (spawn) do_bindings() prototype fixed, otherwise compilation on Windows fails

Modified: grass/trunk/lib/gis/spawn.c
===================================================================
--- grass/trunk/lib/gis/spawn.c	2008-03-07 23:56:14 UTC (rev 30501)
+++ grass/trunk/lib/gis/spawn.c	2008-03-07 23:59:43 UTC (rev 30502)
@@ -210,7 +210,7 @@
 		G_fatal_error("G_spawn_ex: redirection not (yet) supported on Windows");
 }
 
-static void do_bindings(char **env, struct binding *bindings, int num_bindings)
+static char** do_bindings(char **env, struct binding *bindings, int num_bindings)
 {
 	if (num_bindings > 0)
 		G_fatal_error("G_spawn_ex: redirection not (yet) supported on Windows");



More information about the grass-commit mailing list