mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 902769 - Part 1: Patch. r=vicamo
This commit is contained in:
parent
53e3d9ec42
commit
f4d570e838
@ -1292,7 +1292,7 @@ let RIL = {
|
||||
*/
|
||||
setICCFacilityLock: function setICCFacilityLock(options) {
|
||||
Buf.newParcel(REQUEST_SET_FACILITY_LOCK, options);
|
||||
Buf.writeUint32(RILQUIRKS_V5_LEGACY ? 3 : 4);
|
||||
Buf.writeUint32(RILQUIRKS_V5_LEGACY ? 4 : 5);
|
||||
Buf.writeString(options.facility);
|
||||
Buf.writeString(options.enabled ? "1" : "0");
|
||||
Buf.writeString(options.password);
|
||||
|
Loading…
Reference in New Issue
Block a user