mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Properly parse plus signs while importing numbers
Silly copy/paste error.
This commit is contained in:
@@ -2067,7 +2067,7 @@ xaccParseAmountImport (const char * in_str, gboolean monetary,
|
||||
char **endstr, gboolean skip)
|
||||
{
|
||||
return xaccParseAmountBasicInternal (in_str, monetary, FALSE,
|
||||
result, endstr, FALSE);
|
||||
result, endstr, skip);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user