mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
fixing blocker bug 186703 - gre not installing. a=lpham.
This commit is contained in:
parent
8518277691
commit
fbdf468076
@ -2345,7 +2345,7 @@ void GetXpinstallPath(char *aPath, int aPathBufSize)
|
||||
*/
|
||||
HRESULT ProcessXpinstallEngine()
|
||||
{
|
||||
HRESULT rv = WIZ_ERROR_UNDEFINED;
|
||||
HRESULT rv = WIZ_OK;
|
||||
|
||||
if(*siCFXpcomFile.szMessage != '\0')
|
||||
ShowMessage(siCFXpcomFile.szMessage, TRUE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user