mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 929396 - Message printout error in ComprehensionTlvHelper's decoding function. r=yoshi
This commit is contained in:
parent
d7201bf960
commit
806928b513
@ -10382,7 +10382,7 @@ let ComprehensionTlvHelper = {
|
||||
} else {
|
||||
RIL.sendStkTerminalResponse({
|
||||
resultCode: STK_RESULT_CMD_DATA_NOT_UNDERSTOOD});
|
||||
throw new Error("Invalid octet in Comprehension TLV :" + length);
|
||||
throw new Error("Invalid octet in Comprehension TLV :" + temp);
|
||||
}
|
||||
|
||||
let ctlv = {
|
||||
|
Loading…
Reference in New Issue
Block a user