added a (crappy) cast to get it to compile, for VC 5.2 on Windows at least.
the owner should verify this fix immediately. git-svn-id: svn://10.0.0.236/trunk@41945 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -146,7 +146,7 @@ nsJVMPluginTagInfo::GetCodeBase(const char* *result)
|
||||
}
|
||||
|
||||
PA_UNLOCK(docBase);
|
||||
nsCRT::free(docBase);
|
||||
nsCRT::free((char *)docBase);
|
||||
*result = fSimulatedCodebase;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user