mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Deprecate and remove xtl::format in favor of plString::Format
This commit is contained in:
@ -873,8 +873,7 @@ bool plStatusLog::IPrintLineToFile( const char *line, uint32_t count )
|
||||
{
|
||||
#if HS_BUILD_FOR_WIN32
|
||||
#ifndef PLASMA_EXTERNAL_RELEASE
|
||||
std::string str;
|
||||
xtl::format( str, "%.*s\n", count, line );
|
||||
plString str = plString::Format( "%.*s\n", count, line );
|
||||
OutputDebugString( str.c_str() );
|
||||
#endif
|
||||
#else
|
||||
|
Reference in New Issue
Block a user