--- libaitcfg/src/queue.c 2012/04/05 11:47:03 1.7.2.1 +++ libaitcfg/src/queue.c 2012/04/05 12:21:57 1.7.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: queue.c,v 1.7.2.1 2012/04/05 11:47:03 misho Exp $ +* $Id: queue.c,v 1.7.2.2 2012/04/05 12:21:57 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -255,7 +255,7 @@ cfg_loadAttribute(cfg_root_t * __restrict cfg, const c AIT_SET_STR(val, csDefValue); ret = AIT_LEN(val); } else - AIT_INIT(val); + AIT_INIT_VAL(val); return ret; } @@ -265,7 +265,7 @@ cfg_loadAttribute(cfg_root_t * __restrict cfg, const c AIT_SET_STR(val, csDefValue); ret = AIT_LEN(val); } else - AIT_INIT(val); + AIT_INIT_VAL(val); } else { /* copy value */ AIT_SET_STR(val, AIT_GET_STR(&av->cfg_val));