Make conoutf take an OFString
FossilOrigin-Name: f8f97851f3ec3f0920a95912e7bfe58995f5ca1bcd4c5b5ee3532cb1809eab46
This commit is contained in:
parent
faf0a4096e
commit
7f42da935a
21 changed files with 240 additions and 221 deletions
|
@ -106,7 +106,7 @@ main(int argc, char **argv)
|
|||
|
||||
processInitQueue();
|
||||
|
||||
#define log(s) conoutf("init: %s", s)
|
||||
#define log(s) conoutf(@"init: %s", s)
|
||||
log("sdl");
|
||||
|
||||
for (int i = 1; i < argc; i++) {
|
||||
|
@ -144,10 +144,10 @@ main(int argc, char **argv)
|
|||
maxcl = atoi(a);
|
||||
break;
|
||||
default:
|
||||
conoutf("unknown commandline option");
|
||||
conoutf(@"unknown commandline option");
|
||||
}
|
||||
else
|
||||
conoutf("unknown commandline argument");
|
||||
conoutf(@"unknown commandline argument");
|
||||
};
|
||||
|
||||
#ifdef _DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue