--- libelwix/src/vars.c 2013/01/17 10:05:35 1.1.1.1 +++ libelwix/src/vars.c 2013/02/05 08:27:06 1.1.1.1.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: vars.c,v 1.1.1.1 2013/01/17 10:05:35 misho Exp $ +* $Id: vars.c,v 1.1.1.1.2.1 2013/02/05 08:27:06 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -754,7 +754,7 @@ ait_findKeyHash(array_t * __restrict vars, const char * return: -1 error or >0 copied bytes to variable */ int -io_sprintfVar(ait_val_t * __restrict v, const char *fmt, ...) +ait_sprintfVar(ait_val_t * __restrict v, const char *fmt, ...) { int ret = 0; va_list lst;