mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Provide some sample conversions to plFormat for testing and copying
This commit is contained in:
@ -315,7 +315,7 @@ const char* plUnifiedTime::Print() const
|
||||
const char* plUnifiedTime::PrintWMillis() const
|
||||
{
|
||||
static plString s;
|
||||
s = plString::Format("%s,s:%lu,ms:%d",
|
||||
s = plFormat("{},s:{},ms:{}",
|
||||
Print(), (unsigned long)GetSecs(), GetMillis() );
|
||||
return s.c_str();
|
||||
}
|
||||
|
Reference in New Issue
Block a user