CVS update: gnucash/src/backend/file
Derek Atkins
warlord@linas.org
Mon, 6 May 2002 15:15:50 -0500 (CDT)
Date: Monday May 6, 2002 @ 15:15
Author: warlord
Update of /home/cvs/cvsroot/gnucash/src/backend/file
In directory www.linas.org:/tmp/cvs-serv25004/src/backend/file
Modified Files:
gnc-backend-file.c
Log Message:
gnc-backend-file.c: scandir() is not portable; re-write the
backup-file deletion using readdir() instead
gnc-gui-query.c: at startup, gnc_ui_get_toplevel() may return NULL,
do deal accordingly and don't assume it will be
non-NULL (still other cases where this can bite you)