mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-14 23:07:48 -04:00
pretty sure this char wasn't large enough
This commit is contained in:
@@ -258,7 +258,7 @@ void LogManager::registerObserverType(std::string const &name, LogObserverCreate
|
||||
|
||||
// run through SharedLog keys looking for logTarget#=name:
|
||||
{
|
||||
char key[16];
|
||||
char key[25];
|
||||
strcpy(key, "logTarget");
|
||||
|
||||
for (int i = 0; i < 20; ++i)
|
||||
|
||||
Reference in New Issue
Block a user