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
parent 23bc4069c3
commit bef0a87d96

View File

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