mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 04:39:45 +00:00
Clean up some miscellaneous non-optimal string uses
This commit is contained in:
@ -310,7 +310,7 @@ bool plSDLParser::IParseVarDesc(const char* fileName, hsStream* stream, char tok
|
||||
}
|
||||
}
|
||||
|
||||
DebugMsg((char*)dbgStr.c_str());
|
||||
DebugMsg(dbgStr.c_str());
|
||||
|
||||
return skipNext;
|
||||
}
|
||||
|
Reference in New Issue
Block a user