зеркало из https://github.com/mozilla/gecko-dev.git
added a (crappy) cast to get it to compile, for VC 5.2 on Windows at least.
the owner should verify this fix immediately.
This commit is contained in:
Родитель
e16adcb40a
Коммит
0ebe157987
|
@ -146,7 +146,7 @@ nsJVMPluginTagInfo::GetCodeBase(const char* *result)
|
|||
}
|
||||
|
||||
PA_UNLOCK(docBase);
|
||||
nsCRT::free(docBase);
|
||||
nsCRT::free((char *)docBase);
|
||||
*result = fSimulatedCodebase;
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче