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
parent 84afe7d36b
commit 4315784a73

View File

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