Open
Bug 289738
Opened 20 years ago
Updated 3 years ago
nsTXTtoHTMLConv.cpp always passes 0 as offset parameter
Categories
(Core :: Networking, defect, P5)
Tracking
()
NEW
People
(Reporter: Biesinger, Unassigned)
References
()
Details
(Whiteboard: [necko-would-take])
208 rv = mListener->OnDataAvailable(request, aContext,
209 inputData, 0, pushBuffer.Length());
Also note that pushBuffer is an nsString... so the conversion to bytes better
not need more than one byte for a character.
Updated•19 years ago
|
Assignee: darin → nobody
QA Contact: benc → networking
Updated•9 years ago
|
Whiteboard: [necko-would-take]
Comment 1•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•