mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
fix AIX's xlC364 internal compiler error (just rearranging existing code)
# 143461 r=brade@netscape.com sr=alecf@netscape.com
This commit is contained in:
parent
a0cd08f23a
commit
e8b4b1e3a2
@ -870,7 +870,10 @@ nsresult nsWebBrowserPersist::SendErrorStatusChange(
|
||||
|
||||
default:
|
||||
// Generic read/write error message.
|
||||
msgId = aIsReadError ? NS_LITERAL_STRING("readError") : NS_LITERAL_STRING("writeError");
|
||||
if (aIsReadError)
|
||||
msgId = NS_LITERAL_STRING("readError");
|
||||
else
|
||||
msgId = NS_LITERAL_STRING("writeError");
|
||||
break;
|
||||
}
|
||||
// Get properties file bundle and extract status string.
|
||||
|
Loading…
x
Reference in New Issue
Block a user