[GRASS-SVN] r35272 - grass/branches/develbranch_6/lib/ogsf
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jan 7 14:26:52 EST 2009
Author: neteler
Date: 2009-01-07 14:26:52 -0500 (Wed, 07 Jan 2009)
New Revision: 35272
Modified:
grass/branches/develbranch_6/lib/ogsf/gsd_img_mpeg.c
Log:
glynn: Fix bug (pass pointer, not its address) (merge from trunk, r35270)
Modified: grass/branches/develbranch_6/lib/ogsf/gsd_img_mpeg.c
===================================================================
--- grass/branches/develbranch_6/lib/ogsf/gsd_img_mpeg.c 2009-01-07 19:23:21 UTC (rev 35271)
+++ grass/branches/develbranch_6/lib/ogsf/gsd_img_mpeg.c 2009-01-07 19:26:52 UTC (rev 35272)
@@ -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