(svn r22273) -Fix (r22271) [FS#4562]: fix was incorrect

This commit is contained in:
yexo 2011-03-24 00:43:44 +00:00
parent f876cc1bd3
commit b1901586a0
1 changed files with 1 additions and 1 deletions

View File

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