summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qif.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/qif.cc b/qif.cc
index e0bc262b..77dc791a 100644
--- a/qif.cc
+++ b/qif.cc
@@ -94,7 +94,7 @@ unsigned int parse_qif_file(std::istream& in, journal_t * journal,
case 'N':
if (std::isdigit(in.peek())) {
- in >> c >> line;
+ in >> line;
entry->code = line;
}
break;