mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Clean up some miscellaneous non-optimal string uses
This commit is contained in:
@ -1116,7 +1116,7 @@ bool plWWWAuthenticateConfigSource::ReadInto(plConfigInfo & configInfo, KAddValu
|
||||
end = i;
|
||||
|
||||
plString buf = fAuth.Substr(begin, end-begin);
|
||||
if(!ReadString(buf.c_str()))
|
||||
if (!ReadString(buf))
|
||||
{
|
||||
// TODO log warning here
|
||||
}
|
||||
|
Reference in New Issue
Block a user