r15430 - gnucash/trunk/src - Replace access by _waccess on Windows. Fix leak from r15429.

Andreas Köhler andi5 at cvs.gnucash.org
Fri Jan 26 18:35:33 EST 2007


Author: andi5
Date: 2007-01-26 18:35:29 -0500 (Fri, 26 Jan 2007)
New Revision: 15430
Trac: http://svn.gnucash.org/trac/changeset/15430

Modified:
   gnucash/trunk/src/backend/file/gnc-backend-file.c
   gnucash/trunk/src/import-export/qif-import/druid-qif-import.c
Log:
Replace access by _waccess on Windows. Fix leak from r15429.

As g_access is new in GLib 2.8, use _waccess directly. Also free the
results of g_utf8_to_utf16.




More information about the gnucash-patches mailing list