little fix

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1439 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-12-06 21:52:32 +00:00
parent a2349ab262
commit d10d2c0f5c

View File

@ -293,6 +293,8 @@ void
xaccCommitDateCell (DateCell *cell)
{
char buff[30];
if (!cell) return;
ENTER ("xaccCommitDateCell(): value is %s \n", cell->cell.value);
xaccParseDate (&(cell->date), cell->cell.value);
printDate (buff, cell->date.tm_mday,