r15403 - gnucash/trunk - Use g_dir_{open,read_name,close}.

Andreas Köhler andi5 at cvs.gnucash.org
Sat Jan 20 13:37:39 EST 2007


Author: andi5
Date: 2007-01-20 13:37:35 -0500 (Sat, 20 Jan 2007)
New Revision: 15403
Trac: http://svn.gnucash.org/trac/changeset/15403

Modified:
   gnucash/trunk/lib/libqof/qof/guid.c
   gnucash/trunk/src/backend/file/gnc-backend-file.c
   gnucash/trunk/src/backend/file/io-example-account.c
   gnucash/trunk/src/backend/file/test/test-load-example-account.c
   gnucash/trunk/src/backend/file/test/test-load-xml2.c
   gnucash/trunk/src/backend/file/test/test-save-in-lang.c
   gnucash/trunk/src/gnc-module/gnc-module.c
Log:
Use g_dir_{open,read_name,close}.

Replace opendir, readdir and closedir by their GLib wrappers so that
files on Windows will be retrieved with the wide character api.




More information about the gnucash-patches mailing list