mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Toss lots of custom CString code
We already have a C standard library, so let's not reimplement it.
This commit is contained in:
@ -70,7 +70,7 @@ void plLoadAgeMsg::Write(hsStream* stream, hsResMgr* mgr)
|
||||
plMessage::IMsgWrite(stream, mgr);
|
||||
|
||||
// write agename
|
||||
uint8_t len=fAgeFilename?hsStrlen(fAgeFilename):0;
|
||||
uint8_t len = fAgeFilename ? strlen(fAgeFilename) : 0;
|
||||
stream->WriteLE(len);
|
||||
if (len)
|
||||
{
|
||||
|
Reference in New Issue
Block a user