Properly parse plus signs while importing numbers

Silly copy/paste error.
This commit is contained in:
Geert Janssens
2023-03-15 08:58:07 +01:00
parent 3d1ad8581b
commit 1f0a69a804

View File

@@ -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);
}