--- libaitcfg/src/parse.c 2009/10/19 14:58:24 1.2.2.4 +++ libaitcfg/src/parse.c 2010/03/22 18:29:22 1.5.2.1 @@ -3,12 +3,11 @@ * by Michael Pounov * * $Author: misho $ -* $Id: parse.c,v 1.2.2.4 2009/10/19 14:58:24 misho Exp $ +* $Id: parse.c,v 1.5.2.1 2010/03/22 18:29:22 misho Exp $ * *************************************************************************/ #include "global.h" #include "aitcfg.h" -#include "tools.h" // cfgDbg() Debug/Log operation @@ -187,6 +186,7 @@ int ReadConfig(FILE *f, sl_config * __restrict cfg) szLine[pos] = 0; rtrim(psAttr); ltrim(psVal); + unquot(psVal); #ifdef __DEBUG cfgDbg(stdout, "DEBUG:: Attr(%p) ->%s size=%d Value(%p) ->%s size=%d\n", psAttr, psAttr, strlen((char*) psAttr), psVal, psVal, strlen((char*) psVal));