[GRASS-SVN] r35898 - grass/branches/releasebranch_6_4/lib/ogsf

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 15 14:59:57 EST 2009


Author: martinl
Date: 2009-02-15 14:59:57 -0500 (Sun, 15 Feb 2009)
New Revision: 35898

Modified:
   grass/branches/releasebranch_6_4/lib/ogsf/Gs3.c
Log:
ogsflib: call G_percent() after loop
        (merge from trunk, r35895)


Modified: grass/branches/releasebranch_6_4/lib/ogsf/Gs3.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/ogsf/Gs3.c	2009-02-15 19:58:37 UTC (rev 35897)
+++ grass/branches/releasebranch_6_4/lib/ogsf/Gs3.c	2009-02-15 19:59:57 UTC (rev 35898)
@@ -155,6 +155,7 @@
 	    /* set nm */
 	}
     }
+    G_percent(1, 1, 1);
 
     G_debug(4, "  has_null=%d", *has_null);
 
@@ -230,7 +231,8 @@
 	    /* set nm */
 	}
     }
-
+    G_percent(1, 1, 1);
+    
     G_close_cell(cellfile);
 
     G_free(nullflags);
@@ -408,7 +410,8 @@
 	    ts++;
 	}
     }
-
+    G_percent(1, 1, 1);
+    
     G_close_cell(cellfile);
 
     G_free(tmp_buf);
@@ -524,7 +527,8 @@
 	    tc++;
 	}
     }
-
+    G_percent(1, 1, 1);
+    
     G_close_cell(cellfile);
 
     G_free(tmp_buf);
@@ -721,7 +725,8 @@
 
 	cur = &(cur[cols]);
     }
-
+    G_percent(1, 1, 1);
+    
     G_free_colors(&colrules);
 
     G_free(r);
@@ -792,7 +797,8 @@
 	icur = &(icur[cols]);
 	fcur = &(fcur[cols]);
     }
-
+    G_percent(1, 1, 1);
+    
     G_free_colors(&colrules);
 
     G_free(r);



More information about the grass-commit mailing list