*** empty log message ***
This commit is contained in:
parent
95e282a4f7
commit
747332b085
1 changed files with 5 additions and 1 deletions
6
qif.cc
6
qif.cc
|
|
@ -228,11 +228,15 @@ unsigned int qif_parser_t::parse(std::istream& in,
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// reset things for the next entry
|
||||||
entry.reset(new entry_t);
|
entry.reset(new entry_t);
|
||||||
xact = new transaction_t(master);
|
xact = new transaction_t(master);
|
||||||
entry->add_transaction(xact);
|
entry->add_transaction(xact);
|
||||||
|
|
||||||
beg_line = 0; // reset for next entry
|
saw_splits = false;
|
||||||
|
saw_category = false;
|
||||||
|
total = NULL;
|
||||||
|
beg_line = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue