Changes for the new webpage and bug fixes since 0.2.9.6
git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@36 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
@@ -1064,7 +1064,7 @@ g_pLogFile->ftextOut("loadstrings(): Opening string file '%s'.<br>", fname);
|
||||
// into it. We'll need room for both the name and the string, plus
|
||||
// null-terminators for each.
|
||||
RAMSize = strlen( (char*) stName) + strlen((char*)stString) + 2;
|
||||
RAMPtr = (char*) malloc(RAMSize);
|
||||
RAMPtr = (char*) malloc(RAMSize);
|
||||
if (!RAMPtr)
|
||||
{
|
||||
g_pLogFile->ftextOut(RED,"loadstrings(): Could not allocate memory for string '%s'<br>", stName);
|
||||
|
||||
Reference in New Issue
Block a user