Bug 737352 - B2G RIL: typo in RIL iccIO. r=philikon

This commit is contained in:
Yoshi Huang 2012-03-20 16:49:59 +08:00
parent 43e9bc6309
commit 76c34000e1

View File

@ -777,7 +777,7 @@ let RIL = {
let token = Buf.newParcel(REQUEST_SIM_IO, options);
Buf.writeUint32(options.command);
Buf.writeUint32(options.fileid);
Buf.writeString(options.path);
Buf.writeString(options.pathid);
Buf.writeUint32(options.p1);
Buf.writeUint32(options.p2);
Buf.writeUint32(options.p3);