mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 761159 - Fix build on OpenBSD, use correct int64_t type. r=janv
This commit is contained in:
parent
84afe7d36b
commit
4315784a73
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user