mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 831702 - 0003.Fix data member name typo. r=yoshi.
This commit is contained in:
parent
5197973f51
commit
9a7c574e05
@ -2519,13 +2519,13 @@ let RIL = {
|
||||
destinationId: STK_DEVICE_ID_SIM
|
||||
};
|
||||
command.transactionId = 0;
|
||||
command.address = command.eventData.number;
|
||||
command.address = command.event.number;
|
||||
break;
|
||||
case STK_EVENT_TYPE_CALL_DISCONNECTED:
|
||||
command.cause = command.eventData.error;
|
||||
command.cause = command.event.error;
|
||||
case STK_EVENT_TYPE_CALL_CONNECTED: // Fall through
|
||||
command.deviceId = {
|
||||
sourceId: (command.eventData.isIssuedByRemote ?
|
||||
sourceId: (command.event.isIssuedByRemote ?
|
||||
STK_DEVICE_ID_NETWORK : STK_DEVICE_ID_ME),
|
||||
destinationId: STK_DEVICE_ID_SIM
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user