зеркало из https://github.com/mozilla/pjs.git
Fix signed/unsigned warning.
This commit is contained in:
Родитель
af37627d5b
Коммит
2839078f04
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче