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:
sayrer%gmail.com 2008-01-18 09:28:01 +00:00
parent 6a3f9d2982
commit 921691b0a8

View File

@ -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;