*** empty log message ***

This commit is contained in:
John Wiegley 2005-08-24 02:34:59 +00:00
parent 14b49db046
commit f9cd17bd31

4
qif.cc
View file

@ -144,12 +144,8 @@ unsigned int qif_parser_t::parse(std::istream& in,
case 'N': case 'N':
SET_BEG_POS_AND_LINE(); SET_BEG_POS_AND_LINE();
if (std::isdigit(in.peek())) {
get_line(in); get_line(in);
entry->code = line; entry->code = line;
} else {
get_line(in);
}
break; break;
case 'P': case 'P':