Workaround for nsFileSpec lossage.

Thanks to Steve Dagley <sdagley@netscape.com> for the patch.
Fixing tinderbox bustage
This commit is contained in:
seawood%netscape.com 2002-04-19 07:00:58 +00:00
Родитель 7b364ca915
Коммит 2d24521089
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -327,7 +327,8 @@ Boolean result=false;
mozFile->Append("PrintDialogPDE.plugin");
mozFile->GetPath(&fullModuleName);
nsFileSpec file(fullModuleName);
#ifndef XP_MACOSX
const FSSpec spec = file;
FSRef ref;
@ -349,6 +350,7 @@ Boolean result=false;
}
}
}
#endif
}
return result;