bug fix in QIF parsing
This commit is contained in:
parent
aba3d3037a
commit
7e2af9b73d
1 changed files with 1 additions and 1 deletions
2
qif.cc
2
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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue