summaryrefslogtreecommitdiff
path: root/qif.cc
diff options
context:
space:
mode:
Diffstat (limited to 'qif.cc')
-rw-r--r--qif.cc8
1 files changed, 2 insertions, 6 deletions
diff --git a/qif.cc b/qif.cc
index 29ce58c8..39df84a5 100644
--- a/qif.cc
+++ b/qif.cc
@@ -144,12 +144,8 @@ unsigned int qif_parser_t::parse(std::istream& in,
case 'N':
SET_BEG_POS_AND_LINE();
- if (std::isdigit(in.peek())) {
- get_line(in);
- entry->code = line;
- } else {
- get_line(in);
- }
+ get_line(in);
+ entry->code = line;
break;
case 'P':