[GRASS-SVN] r35273 - grass/branches/releasebranch_6_4/lib/ogsf
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jan 7 14:27:30 EST 2009
Author: neteler
Date: 2009-01-07 14:27:30 -0500 (Wed, 07 Jan 2009)
New Revision: 35273
Modified:
grass/branches/releasebranch_6_4/lib/ogsf/gsd_img_mpeg.c
Log:
glynn: Fix bug (pass pointer, not its address) (merge from trunk, r35270)
Modified: grass/branches/releasebranch_6_4/lib/ogsf/gsd_img_mpeg.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/ogsf/gsd_img_mpeg.c 2009-01-07 19:26:52 UTC (rev 35272)
+++ grass/branches/releasebranch_6_4/lib/ogsf/gsd_img_mpeg.c 2009-01-07 19:27:30 UTC (rev 35273)
@@ -436,7 +436,7 @@
if (!(fmt->flags & AVFMT_NOFILE)) {
/* close the output file */
- url_fclose(&oc->pb);
+ url_fclose(oc->pb);
}
/* free the stream */
More information about the grass-commit
mailing list