This commit is contained in:
rjc%netscape.com 2007-09-12 17:46:51 +00:00
Родитель af37627d5b
Коммит 2839078f04
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -445,7 +445,7 @@ BookmarkParser::Parse(nsIRDFResource* aContainer, nsIRDFResource *nodeType)
NS_ASSERTION (! in.failed(), "error reading file");
if (in.failed()) return NS_ERROR_FAILURE;
PRInt32 aLength;
PRUint32 aLength;
if (untruncated) aLength = strlen(buf);
else aLength = sizeof(buf);