Closed JoinedSenses closed 5 years ago
Without "%s" and passing result directly, this will error if result contains a format specifier, as FormatNativeString would expect additional parameters.
result
FormatNativeString
Thanks :)
Without "%s" and passing result directly, this will error if
result
contains a format specifier, asFormatNativeString
would expect additional parameters.