summaryrefslogtreecommitdiff
path: root/qif.cc
diff options
context:
space:
mode:
Diffstat (limited to 'qif.cc')
-rw-r--r--qif.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/qif.cc b/qif.cc
index ee9318d2..643db562 100644
--- a/qif.cc
+++ b/qif.cc
@@ -98,7 +98,8 @@ unsigned int qif_parser_t::parse(std::istream& in,
case 'D':
SET_BEG_POS_AND_LINE();
get_line(in);
- entry->_date = parse_datetime(line);
+ // jww (2008-08-01): Is this just a date?
+ entry->_date = parse_date(line);
break;
case 'T':