From: Michael Jerris Date: Sat, 19 Jul 2008 15:39:17 +0000 (+0000) Subject: tweak for gcc 4.3 X-Git-Tag: v1.0.1~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f906500d2bc1d6318d761911dc419c82779e1b6;p=thirdparty%2Ffreeswitch.git tweak for gcc 4.3 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9110 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/languages/mod_lua/mod_lua.cpp b/src/mod/languages/mod_lua/mod_lua.cpp index 76b472b89b..d10f2b9b4e 100644 --- a/src/mod/languages/mod_lua/mod_lua.cpp +++ b/src/mod/languages/mod_lua/mod_lua.cpp @@ -255,7 +255,7 @@ static switch_xml_t lua_fetch(const char *section, static switch_status_t do_config(void) { - char *cf = "lua.conf"; + const char *cf = "lua.conf"; switch_xml_t cfg, xml, settings, param; if (!(xml = switch_xml_open_cfg(cf, &cfg, NULL))) {