Corrected a typo
This commit is contained in:
parent
0ff33003e8
commit
3b9b2cf908
1 changed files with 2 additions and 2 deletions
|
|
@ -490,9 +490,9 @@ void instance_t::default_commodity_directive(char * line)
|
|||
amt.commodity().add_flags(COMMODITY_KNOWN);
|
||||
}
|
||||
|
||||
void instance_t::default_account_directive(char * args)
|
||||
void instance_t::default_account_directive(char * line)
|
||||
{
|
||||
context.journal->bucket = top_account()->find_account(skip_ws(name));
|
||||
context.journal->bucket = top_account()->find_account(skip_ws(line));
|
||||
context.journal->bucket->add_flags(ACCOUNT_KNOWN);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue