mirror of
https://github.com/accelerator74/Cleaner.git
synced 2025-12-08 02:58:28 +00:00
Fix reference
This commit is contained in:
parent
a65004c795
commit
83ea38cdd0
@ -111,7 +111,7 @@ bool Cleaner::SDK_OnLoad(char *error, size_t maxlength, bool late)
|
||||
rootconsole->ConsolePrint("[CLEANER] Stripping string on -> L%i: \"%s\" - length: %i", g_iStrings+1, c_thisstring, strlen(c_thisstring));
|
||||
}
|
||||
g_szStrings[g_iStrings] = new char[thisstring.length()];
|
||||
strcpy(g_szStrings[g_iStrings], c_thisstring.c_str());
|
||||
strcpy(g_szStrings[g_iStrings], thisstring.c_str());
|
||||
|
||||
++g_iStrings;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user