Closed
Bug 135692
Opened 24 years ago
Closed 24 years ago
The Neutrino version has a printf for optimized builds
Categories
(NSPR :: NSPR, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
4.2.1
People
(Reporter: briane, Assigned: wtc)
Details
Attachments
(1 file)
|
653 bytes,
patch
|
jesup
:
review+
scc
:
approval+
|
Details | Diff | Splinter Review |
nsprpub/pr/src/md/unix/unix.c has a printf for Neutrino builds which should be
removed for optimized builds.
| Reporter | ||
Comment 1•24 years ago
|
||
I have attached a patch to fix this
| Assignee | ||
Comment 2•24 years ago
|
||
I simply deleted the printf statement.
I made that change on the NSPRPUB_PRE_4_2_CLIENT_BRANCH
and the tip of NSPR.
Marked the bug fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Priority: -- → P2
Resolution: --- → FIXED
Target Milestone: --- → 4.2.1
Comment 3•24 years ago
|
||
Comment on attachment 77848 [details] [diff] [review]
Patch to remove printf for unix.c
Assuming that wtc approved this since he checked it into the nspr tip
Attachment #77848 -
Flags: review+
Comment 4•24 years ago
|
||
Comment on attachment 77848 [details] [diff] [review]
Patch to remove printf for unix.c
a=scc for checkin to the mozilla 1.0 branch
Attachment #77848 -
Flags: approval+
Keywords: fixed1.0.0
You need to log in
before you can comment on or make changes to this bug.
Description
•