RegTest: Compile fix
This commit is contained in:
parent
b707a381df
commit
efb0952c23
|
@ -166,8 +166,8 @@ bool Host::ChangeLanguage(const char* new_language)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
s32 Host::Internal::GetTranslatedStringImpl(std::string_view context, std::string_view msg, char* tbuf,
|
s32 Host::Internal::GetTranslatedStringImpl(std::string_view context, std::string_view msg,
|
||||||
size_t tbuf_space)
|
std::string_view disambiguation, char* tbuf, size_t tbuf_space)
|
||||||
{
|
{
|
||||||
if (msg.size() > tbuf_space)
|
if (msg.size() > tbuf_space)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Loading…
Reference in New Issue