Bug 53845 make InstallTrigger.getVersion() work for SmartUpdate site. r=ssu,sr=mscott,a=pdt nsbeta3++

This commit is contained in:
dveditz%netscape.com 2000-09-28 04:14:15 +00:00
Родитель 852cabe4f0
Коммит 82a218ebec
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -378,7 +378,9 @@ nsInstallTrigger::GetVersion(const nsString& component, nsString& version)
version.Truncate(); version.Truncate();
/* if we got the version */ /* if we got the version */
if ( status == REGERR_OK && VR_ValidateComponent( tempCString ) == REGERR_OK) // XXX fix the right way after PR3 or RTM
// if ( status == REGERR_OK && VR_ValidateComponent( tempCString ) == REGERR_OK)
if ( status == REGERR_OK )
{ {
nsInstallVersion regNameVersion; nsInstallVersion regNameVersion;