Bug 761159 - Fix build on OpenBSD, use correct int64_t type. r=janv

This commit is contained in:
Landry Breuil 2012-06-17 17:49:35 +02:00
Родитель ec4c416f92
Коммит 761ef85c7f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -533,7 +533,7 @@ LockedFile::SetLocation(JSContext* aCx,
return NS_OK;
}
PRUint64 location;
uint64_t location;
if (!xpc::ValueToUint64(aCx, aLocation, &location)) {
return NS_ERROR_TYPE_ERR;
}