mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 246173 Install failed: Couldn't open xpistub library
patch by ajschult@verizon.net r=bryner a=asa
This commit is contained in:
parent
23bc4069c3
commit
bef0a87d96
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user