No longer include llerrorlegacy.h. Updated llstl to include deletion utilites.
This commit is contained in:
@@ -43,7 +43,7 @@ LLScriptLSOParse::LLScriptLSOParse(LLFILE *fp)
|
||||
S32 pos = 0;
|
||||
if (fread(&sizearray, 1, 4, fp) != 4)
|
||||
{
|
||||
llwarns << "Short read" << llendl;
|
||||
LL_WARNS() << "Short read" << LL_ENDL;
|
||||
filesize = 0;
|
||||
} else {
|
||||
filesize = bytestream2integer(sizearray, pos);
|
||||
@@ -52,7 +52,7 @@ LLScriptLSOParse::LLScriptLSOParse(LLFILE *fp)
|
||||
fseek(fp, 0, SEEK_SET);
|
||||
if (fread(mRawData, 1, filesize, fp) != filesize)
|
||||
{
|
||||
llwarns << "Short read" << llendl;
|
||||
LL_WARNS() << "Short read" << LL_ENDL;
|
||||
}
|
||||
|
||||
initOpCodePrinting();
|
||||
|
||||
Reference in New Issue
Block a user