Skip to content

Commit a1e5a36

Browse files
author
Dmitry Savintsev
committed
reverted unnecessary changes - compiles fines without them (issue wisec#7)
1 parent 625575f commit a1e5a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xpcom/glue/standalone/nsGlueLinkingDlopen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ XPCOMGlueLoad(const char *xpcomFile, GetFrozenFunctionsFunc *func)
228228

229229
XPCOMGlueLoadDependentLibs(xpcomDir, ReadDependentCB);
230230

231-
snprintf(lastSlash, MAXPATHLEN - strlen(xpcomDir), " /" XUL_DLL);
231+
snprintf(lastSlash, MAXPATHLEN - strlen(xpcomDir), "/" XUL_DLL);
232232

233233
sXULLibHandle = dlopen(xpcomDir, RTLD_GLOBAL | RTLD_LAZY);
234234

0 commit comments

Comments
 (0)