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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 2 06:03:11 EDT 2009


Author: neteler
Date: 2009-08-02 06:03:11 -0400 (Sun, 02 Aug 2009)
New Revision: 38571

Modified:
   grass/branches/releasebranch_6_4/lib/gis/spawn.c
Log:
Juergen Fischer: osgeo4w fix 

Modified: grass/branches/releasebranch_6_4/lib/gis/spawn.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/spawn.c	2009-08-02 10:01:24 UTC (rev 38570)
+++ grass/branches/releasebranch_6_4/lib/gis/spawn.c	2009-08-02 10:03:11 UTC (rev 38571)
@@ -208,7 +208,7 @@
 
 #ifdef __MINGW32__
 
-static int do_redirects(struct redirect *redirects, int num_redirects)
+static void do_redirects(struct redirect *redirects, int num_redirects)
 {
     if (num_redirects > 0)
 	G_fatal_error



More information about the grass-commit mailing list