--- libaitcfg/src/parse.c 2009/10/19 15:00:10 1.3 +++ libaitcfg/src/parse.c 2010/03/22 14:53:49 1.4 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: parse.c,v 1.3 2009/10/19 15:00:10 misho Exp $ +* $Id: parse.c,v 1.4 2010/03/22 14:53:49 misho Exp $ * *************************************************************************/ #include "global.h" @@ -187,6 +187,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));