From ce3d4e678f4f5fa9c3c491fa84a4dd53b3698ce7 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 19:19:57 -0600 Subject: [PATCH] Push something that apparently didn't make its way through before --- common/eqemu_logsys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/eqemu_logsys.h b/common/eqemu_logsys.h index 223b87610..3578aad0c 100644 --- a/common/eqemu_logsys.h +++ b/common/eqemu_logsys.h @@ -145,7 +145,7 @@ public: int log_platform = 0; /* Sets Executable platform (Zone/World/UCS) etc. */ - std::string process_file_name; /* File name used in writing logs */ + std::string platform_file_name; /* File name used in writing logs */ uint16 GetGMSayColorFromCategory(uint16 log_category);