CVS update: gnucash/src/engine
Derek Atkins
warlord@linas.org
Mon, 13 Jan 2003 13:35:46 -0600 (CST)
Date: Monday January 13, 2003 @ 13:35
Author: warlord
Update of /home/cvs/cvsroot/gnucash/src/engine
In directory www.linas.org:/tmp/cvs-serv28361/src/engine
Modified Files:
date.c
Log Message:
* src/app-utils/option-util.c: gh_str2scm() takes a char*, not a
const char* (at least in guile-1.3.4), so force the string to be
a char* to make the compiler happy.
* src/engine/date.c: add spaces to the scanDate delimiters,
although it may not help if strptime() is doesn't like the
spaces. Attempt to fix #103147, but it's probably a strptime
bug.