Bug 246173 Install failed: Couldn't open xpistub library

patch by ajschult@verizon.net r=bryner a=asa
This commit is contained in:
timeless%mozdev.org 2004-10-24 05:26:06 +00:00
Родитель 23bc4069c3
Коммит bef0a87d96
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -672,6 +672,7 @@ printf("DEBUG: libpath = >>%s<<\n", libpath);
{
dlerr = dlerror();
DUMP(dlerr);
fprintf(stderr,"DLError: %s",dlerr);
return E_LIB_OPEN;
}
DUMP("xpistub opened");