From 22475d6d94e96056d1550dca00b32d00e3821649 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Thu, 25 Dec 2014 12:00:00 +0100 Subject: Import icculus.org release (2014-12-25) --- src/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/module.c') diff --git a/src/module.c b/src/module.c index 8efcece..393f19a 100644 --- a/src/module.c +++ b/src/module.c @@ -643,7 +643,7 @@ int GetModuleVisArrays(void) ModuleArraySize = index + 1; - ModuleCurrVisArray = AllocateMem(ModuleArraySize); + ModuleCurrVisArray = (char*) AllocateMem(ModuleArraySize); if(ModuleCurrVisArray) { -- cgit v1.3