Closed
Bug 793140
Opened 13 years ago
Closed 13 years ago
[b2g-bluetooth] Fixed wrong return value
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: echou, Assigned: echou)
References
Details
(Whiteboard: [LOE:S])
Attachments
(1 file)
|
1.49 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
In file BluetoothServiceChildProcess.cpp, there are Set*Internal functions returning NS_OK, however they should return a boolean value. That would cause an error because NS_OK = 0
| Assignee | ||
Updated•13 years ago
|
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #663360 -
Flags: review?(kyle)
Updated•13 years ago
|
Attachment #663360 -
Flags: review?(kyle) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•