Closed
Bug 761979
Opened 13 years ago
Closed 13 years ago
nsfilestreams.cpp(817) : warning C4700: uninitialized local variable 'rv' used
Categories
(Core :: Networking: File, defect)
Core
Networking: File
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: m_kato, Assigned: m_kato)
Details
Attachments
(1 file)
748 bytes,
patch
|
janv
:
review+
jduell.mcbugs
:
review+
|
Details | Diff | Splinter Review |
817 nsresult rv;
818 if (NS_FAILED(rv)) return rv;
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #630500 -
Flags: review?(Jan.Varga)
Comment 2•13 years ago
|
||
Comment on attachment 630500 [details] [diff] [review]
fix
this was introduced by bug 749930
anyway, r=me
Attachment #630500 -
Flags: review?(Jan.Varga) → review+
Comment 3•13 years ago
|
||
Comment on attachment 630500 [details] [diff] [review]
fix
Review of attachment 630500 [details] [diff] [review]:
-----------------------------------------------------------------
Looks fine to me too (in general, make sure to get a review from a necko peer for patches that touch necko code--though this one really is pretty easy to review :)
Let me know if you can land this, or I can do it for you.
cheers
Attachment #630500 -
Flags: review+
Assignee | ||
Comment 4•13 years ago
|
||
Target Milestone: --- → mozilla16
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•