Closed
Bug 443756
Opened 17 years ago
Closed 17 years ago
Extra semicolon in OS/2 RWS code makes "conditional" code unconditional
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jruderman, Assigned: jruderman)
References
Details
(Keywords: verified1.9.0.2)
Attachments
(1 file)
|
1.72 KB,
patch
|
mozilla
:
review+
|
Details | Diff | Splinter Review |
From the reporter of bug 440771:
uriloader/exthandler/os2/nsOSHelperAppService.cpp:1464
if ((pos = fileType.Find("%S")) > -1);
widget/src/os2/nsRwsService.cpp:467
if ((pos = classViewer.Find("%S")) > -1);
Both of these lines were added in bug 305061. Peter, can you verify that the patch I'm attaching matches your intent with this code, and comment on the impact of the bug? Also, tell me if you think the patch needs more than just your review before it is checked in.
Attachment #328232 -
Flags: review?(mozilla)
| Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Comment 1•17 years ago
|
||
Comment on attachment 328232 [details] [diff] [review]
patch
Jesse, thanks for fixing this! Unless a translator by mistake removed the %S from the string, there shouldn't have been a problem. That's probably why these typos escaped my testing before.
Yes, my review is good enough for OS/2-only files; for those, branch approval isn't usually needed.
Attachment #328232 -
Flags: review?(mozilla) → review+
| Assignee | ||
Comment 2•17 years ago
|
||
Fixed on trunk. Did you want the patch on a branch too?
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 3•17 years ago
|
||
Jesse, yes, getting this into CVS would be great. Thanks!
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
Keywords: fixed1.9.0.2 → verified1.9.0.2
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•