From c4641b035602d7a2497691e010b22603408f47d8 Mon Sep 17 00:00:00 2001 From: Shawn Chain Date: Fri, 5 Oct 2018 20:31:35 +0800 Subject: [PATCH] Fix LOG_BASE def --- ircDDBGateway/IRCDDBGatewayAppD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircDDBGateway/IRCDDBGatewayAppD.cpp b/ircDDBGateway/IRCDDBGatewayAppD.cpp index 556280b..b9ce115 100644 --- a/ircDDBGateway/IRCDDBGatewayAppD.cpp +++ b/ircDDBGateway/IRCDDBGatewayAppD.cpp @@ -50,7 +50,7 @@ const wxChar* LOGDIR_OPTION = wxT("logdir"); const wxChar* CONFDIR_OPTION = wxT("confdir"); const wxChar* DAEMON_SWITCH = wxT("daemon"); -const wxString LOG_BASE_NAME = wxT("LOG_BASE"); +const wxString LOG_BASE_NAME = wxT(LOG_BASE); static CIRCDDBGatewayAppD* m_gateway = NULL;