diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/strings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings.cpp b/src/strings.cpp index 22753f0da..16f389dab 100644 --- a/src/strings.cpp +++ b/src/strings.cpp @@ -784,7 +784,7 @@ static char *FormatString(char *buff, const char *str_arg, StringParameters *arg default: { StringParameters tmp_params(*args, 1); - buff = GetStringWithArgs(buff, cargo_str, args, last); + buff = GetStringWithArgs(buff, cargo_str, &tmp_params, last); break; } } |