r15410 - gnucash/trunk/src - Always supply three arguments to g_open.

Andreas Köhler andi5 at cvs.gnucash.org
Sun Jan 21 14:28:33 EST 2007


Author: andi5
Date: 2007-01-21 14:28:31 -0500 (Sun, 21 Jan 2007)
New Revision: 15410
Trac: http://svn.gnucash.org/trac/changeset/15410

Modified:
   gnucash/trunk/src/app-utils/file-utils.c
   gnucash/trunk/src/backend/file/gnc-backend-file.c
   gnucash/trunk/src/backend/file/io-gncxml-v2.c
   gnucash/trunk/src/backend/file/test/test-file-stuff.c
   gnucash/trunk/src/import-export/hbci/druid-hbci-initial.c
   gnucash/trunk/src/import-export/hbci/gnc-file-aqb-import.c
Log:
Always supply three arguments to g_open.

g_open is not #defined as open on Windows and always needs three
arguments. Use 0 where missing.




More information about the gnucash-patches mailing list