From 1a4c4fc7104db16360a09c588e7488dda2b15b3d Mon Sep 17 00:00:00 2001 From: prozacx Date: Tue, 12 Apr 2005 07:26:50 +0000 Subject: [PATCH] Added initialization of m_sDataPath git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@132 726aef4b-f618-498e-8847-2d620e286838 --- znc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/znc.cpp b/znc.cpp index b126ff22..3abd3bfd 100644 --- a/znc.cpp +++ b/znc.cpp @@ -210,6 +210,7 @@ void CZNC::InitDirs(const string& sArgvPath) { // Other dirs that we use m_sDLPath = m_sZNCPath + "/downloads"; m_sModPath = m_sZNCPath + "/modules"; + m_sDataPath = m_sZNCPath + "/data"; } bool CZNC::ParseConfig(const string& sConfigFile) {