--- libaitcfg/src/parse.c 2012/04/04 11:43:05 1.6.4.5 +++ libaitcfg/src/parse.c 2012/04/04 11:43:21 1.6.4.6 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: parse.c,v 1.6.4.5 2012/04/04 11:43:05 misho Exp $ +* $Id: parse.c,v 1.6.4.6 2012/04/04 11:43:21 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -235,7 +235,7 @@ cfgWriteConfig(FILE *f, cfg_root_t * __restrict cfg, i } if (!cfg_Write(f, ((whitespace) ? "%s = %s\n" : "%s=%s\n"), - AIT_GET_STR(&av->cfg_attr, char*), AIT_GET_STR(&av->cfg_val))) { + AIT_GET_STR(&av->cfg_attr), AIT_GET_STR(&av->cfg_val))) { LOGERR; CFG_RC_UNLOCK(cfg); return -1;