mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 01:08:21 +00:00
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:
parent
e16adcb40a
commit
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user