*** empty log message ***
This commit is contained in:
parent
fe825a9b78
commit
95e282a4f7
1 changed files with 1 additions and 1 deletions
2
qif.cc
2
qif.cc
|
|
@ -88,7 +88,7 @@ unsigned int qif_parser_t::parse(std::istream& in,
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case '!':
|
case '!':
|
||||||
in >> line;
|
get_line(in);
|
||||||
|
|
||||||
if (std::strcmp(line, "Type:Invst") == 0 ||
|
if (std::strcmp(line, "Type:Invst") == 0 ||
|
||||||
std::strcmp(line, "Account") == 0 ||
|
std::strcmp(line, "Account") == 0 ||
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue