From b11ebd732439fafee511b585df9b96d65d0b94e9 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 3 Oct 2008 12:42:13 +0000 Subject: Modified format library. parse_configfile2, update_configfile2, get_section, and set_section became parse_ini_file, update_ini_file, get_ini_section, and set_ini_section. Updated all code that used these functions. git-svn-id: svn://svn.alpinelinux.org/acf/gnats/trunk@1539 ab2d0c66-481e-0410-8bed-d214d4d58bed --- gnats-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnats-model.lua') diff --git a/gnats-model.lua b/gnats-model.lua index 706ac55..c3d75e4 100644 --- a/gnats-model.lua +++ b/gnats-model.lua @@ -376,7 +376,7 @@ end function getconfig() if (fs.is_file(configfile)) then - return format.parse_configfile2(fs.read_file(configfile), "") or {} + return format.parse_ini_file(fs.read_file(configfile), "") or {} end return {} end -- cgit v1.2.3