mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
little fix
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1439 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a2349ab262
commit
d10d2c0f5c
@ -293,6 +293,8 @@ void
|
|||||||
xaccCommitDateCell (DateCell *cell)
|
xaccCommitDateCell (DateCell *cell)
|
||||||
{
|
{
|
||||||
char buff[30];
|
char buff[30];
|
||||||
|
|
||||||
|
if (!cell) return;
|
||||||
ENTER ("xaccCommitDateCell(): value is %s \n", cell->cell.value);
|
ENTER ("xaccCommitDateCell(): value is %s \n", cell->cell.value);
|
||||||
xaccParseDate (&(cell->date), cell->cell.value);
|
xaccParseDate (&(cell->date), cell->cell.value);
|
||||||
printDate (buff, cell->date.tm_mday,
|
printDate (buff, cell->date.tm_mday,
|
||||||
|
Loading…
Reference in New Issue
Block a user