mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 20:29:10 +00:00
Provide some sample conversions to plFormat for testing and copying
This commit is contained in:
@ -354,7 +354,7 @@ static void IGotFileServIPs(ENetError result, void* param, const wchar_t* addr)
|
||||
static void IEapSucksErrorProc(ENetProtocol protocol, ENetError error)
|
||||
{
|
||||
if (s_errorProc) {
|
||||
plString msg = plString::Format("Protocol: %S", NetProtocolToString(protocol));
|
||||
plString msg = plFormat("Protocol: {}", NetProtocolToString(protocol));
|
||||
s_errorProc(error, msg);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user