This commit is contained in:
sayrer@gmail.com 2008-01-18 01:28:01 -08:00
Родитель 3e905d0c18
Коммит 9bb48ddd64
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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