pretty sure this char wasn't large enough

This commit is contained in:
DarthArgus
2018-07-15 00:05:10 +00:00
parent 7e69eae6a5
commit 3e73bb804d
@@ -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)