fixing blocker bug 186703 - gre not installing. a=lpham.

This commit is contained in:
ssu%netscape.com 2003-01-22 18:13:01 +00:00
Родитель dcfc314ddc
Коммит 05581bef17
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);