Skip to content

Commit 06c5217

Browse files
committed
const
1 parent 09b6088 commit 06c5217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/CleoBase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ namespace CLEO
229229
TRACE("Config summary:");
230230
TRACE(" MainScmLegacyMode = %d", CConfigManager::ReadInt("General", "MainScmLegacyMode", 0));
231231
TRACE(" StrictValidation = %d", CConfigManager::ReadInt("Plugins", "StrictValidation", 0));
232-
auto scriptLogEnabled = CConfigManager::ReadInt("Plugins", "DebugUtils.ScriptLog.Enabled", 0);
232+
const auto scriptLogEnabled = CConfigManager::ReadInt("Plugins", "DebugUtils.ScriptLog.Enabled", 0);
233233
if (scriptLogEnabled != 0)
234234
{
235235
const auto path = (GetLogDirectory() + "\\cleo_script.log").c_str();

0 commit comments

Comments
 (0)