*** empty log message ***
This commit is contained in:
parent
14b49db046
commit
f9cd17bd31
1 changed files with 2 additions and 6 deletions
8
qif.cc
8
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':
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue