summaryrefslogtreecommitdiff
path: root/qif.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2006-03-28 05:24:02 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:32 -0400
commit5a93d4819e5fc753352618b729e0fe45532166b9 (patch)
tree200220bfcc5642a9efd8847001aeac889ed79e7d /qif.cc
parentc3c401ac0f43dfb3f71b818b45ef47578e6d390b (diff)
downloadledger-5a93d4819e5fc753352618b729e0fe45532166b9.tar.gz
ledger-5a93d4819e5fc753352618b729e0fe45532166b9.tar.bz2
ledger-5a93d4819e5fc753352618b729e0fe45532166b9.zip
Reworked the way date/times are handled.
Diffstat (limited to 'qif.cc')
-rw-r--r--qif.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/qif.cc b/qif.cc
index 61512036..faad30ca 100644
--- a/qif.cc
+++ b/qif.cc
@@ -104,8 +104,7 @@ unsigned int qif_parser_t::parse(std::istream& in,
case 'D':
SET_BEG_POS_AND_LINE();
get_line(in);
- if (! parse_date(line, &entry->_date))
- throw new parse_error("Failed to parse date");
+ entry->_date = line;
break;
case 'T':