1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-20 04:09:16 +00:00

Add plPrintf - a cstdio-directed version of plFormat

This commit is contained in:
2014-05-25 00:34:11 -07:00
parent 3892a84f52
commit bf5623224c
5 changed files with 39 additions and 26 deletions

View File

@ -53,7 +53,7 @@ int main(int argc, char* argv[])
}
plFileName filename = argv[1];
printf("Optimizing %s...", filename.GetFileName().c_str());
plPrintf("Optimizing {}...", filename);
#ifndef _DEBUG
try {