Closed
Bug 5297
Opened 26 years ago
Closed 26 years ago
remove extraneous printf for v3.1.1
Categories
(NSPR :: NSPR, defect, P3)
NSPR
NSPR
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: spider, Assigned: srinivas)
Details
Could you remove the printf that occurs in PR_GetLibraryPath() at line 359 in
pr/src/linking/prlink.c? It seems to be a printf that shouldn't occur.
This is in rev 2.20 of prlink.c. Would like fix to go into v3.1.1 of NSPR.
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 1•26 years ago
|
||
That extraneous print was already removed on the main
trunk in a recent code cleanup.
I removed the extraneous printf from NSPRPUB_RELEASE_3_1_BRANCH:
/cvsroot/mozilla/nsprpub/pr/src/linking/prlink.c, revision 3.21.14.1
This means the fix will go into NSPR v3.1.1.
Comment 2•26 years ago
|
||
NSPR now has its own Bugzilla product. Moving this bug to the NSPR product.
this fix is not visible to qa. if you think this bug should be reopened,
please do so.
will mark as verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•