зеркало из https://github.com/mozilla/gecko-dev.git
Bug 303186 - MSVS2005 compilation error in nsXPCOMGlue.cpp - patch by Michael Moy <mmoy@yahoo.com> r=darin a=me
This commit is contained in:
Родитель
c325128e37
Коммит
9f6a73b9bb
|
@ -472,7 +472,7 @@ nsresult GRE_Startup()
|
|||
// libs (seamonkey GRE, not libxul)... add the GRE to the PATH.
|
||||
// See bug 301043.
|
||||
|
||||
char *lastSlash = strrchr(xpcomLocation, '\\');
|
||||
const char *lastSlash = strrchr(xpcomLocation, '\\');
|
||||
if (lastSlash) {
|
||||
int xpcomPathLen = lastSlash - xpcomLocation;
|
||||
DWORD pathLen = GetEnvironmentVariable("PATH", nsnull, 0);
|
||||
|
|
Загрузка…
Ссылка в новой задаче