bustage fix for bug 411579.
git-svn-id: svn://10.0.0.236/trunk@243430 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
6a3f9d2982
commit
921691b0a8
@ -604,7 +604,7 @@ static nsresult openPrefFile(nsIFile* aFile)
|
||||
return rv;
|
||||
|
||||
char *fileBuffer = nsnull;
|
||||
fileBuffer = new char[nsInt64(fileSize)];
|
||||
fileBuffer = new char[fileSize];
|
||||
if (fileBuffer == nsnull)
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user