r22057 - gnucash/trunk/src/backend/xml - Fix a warning due to the wrong declaration for the return value of gzopen.

Mike Alexander mta at code.gnucash.org
Mon Feb 20 17:14:34 EST 2012


Author: mta
Date: 2012-02-20 17:14:32 -0500 (Mon, 20 Feb 2012)
New Revision: 22057
Trac: http://svn.gnucash.org/trac/changeset/22057

Modified:
   gnucash/trunk/src/backend/xml/io-gncxml-v2.c
Log:
Fix a warning due to the wrong declaration for the return value of gzopen.
The return value is off by a level of indirection, it should be a gzFile not
gzFile *.



More information about the gnucash-patches mailing list