[GRASS-SVN] r35896 - grass/branches/develbranch_6/lib/ogsf
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 15 14:42:36 EST 2009
Author: martinl
Date: 2009-02-15 14:42:36 -0500 (Sun, 15 Feb 2009)
New Revision: 35896
Modified:
grass/branches/develbranch_6/lib/ogsf/Gs3.c
Log:
ogsflib: call G_percent() after loop
(merge from trunk, r35895)
Modified: grass/branches/develbranch_6/lib/ogsf/Gs3.c
===================================================================
--- grass/branches/develbranch_6/lib/ogsf/Gs3.c 2009-02-15 19:41:24 UTC (rev 35895)
+++ grass/branches/develbranch_6/lib/ogsf/Gs3.c 2009-02-15 19:42:36 UTC (rev 35896)
@@ -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