Add string control code to consume an argument.
This commit is contained in:
@@ -1682,6 +1682,10 @@ static char *FormatString(char *buff, const char *str_arg, StringParameters *arg
|
||||
break;
|
||||
}
|
||||
|
||||
case SCC_CONSUME_ARG:
|
||||
// do nothing
|
||||
break;
|
||||
|
||||
default:
|
||||
if (buff + Utf8CharLen(b) < last) buff += Utf8Encode(buff, b);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user