Closed
Bug 46674
Opened 26 years ago
Closed 26 years ago
Mac warning in intl/strres/src/nsStringBundle.cpp:941
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: Brade, Assigned: warrensomebody)
Details
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/intl/strres/src/
nsStringBundle.cpp&mark=941#931
This warning appears in recent Mac builds (from tinderbox):
Possible unwanted assignment
939 for (i = 0; i < argCount; i++) {
940 PRInt32 pos = args.FindChar('\n', PR_FALSE, offset);
941 if (pos = -1)
942 pos = args.Length();
943 nsAutoString arg;
| Reporter | ||
Comment 1•26 years ago
|
||
warren fixed this yesterday :-)
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Target Milestone: --- → M18
You need to log in
before you can comment on or make changes to this bug.
Description
•