Closed
Bug 127199
Opened 23 years ago
Closed 23 years ago
Usage of strings does not compile on OS2.
Categories
(Core :: XML, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: rayw, Assigned: rayw)
Details
Attachments
(1 file, 1 obsolete file)
There is a compile problem in nsSOAPException.cpp related to use of nsAString&
cast that was added to satisfy Mac build. See patch to identify lines.
| Assignee | ||
Comment 1•23 years ago
|
||
This was broken in an attempt to fix the mac build before it was committed, but
the fix broke OS/2. This is another try at a fix.
Comment 2•23 years ago
|
||
Comment on attachment 70891 [details] [diff] [review]
Fix busted strings by using a seperate literal string, known to work?
sr=jst
Attachment #70891 -
Flags: superreview+
| Assignee | ||
Comment 3•23 years ago
|
||
The other patch busted some linux build. This patch is safer.
Attachment #70891 -
Attachment is obsolete: true
| Assignee | ||
Comment 4•23 years ago
|
||
The second patch fixed the problem.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 5•23 years ago
|
||
we're building now, so I am going to mark this verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•