--- libaitwww/src/tools.c 2012/03/08 23:40:21 1.1 +++ libaitwww/src/tools.c 2012/03/10 00:26:49 1.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: tools.c,v 1.1 2012/03/08 23:40:21 misho Exp $ +* $Id: tools.c,v 1.2 2012/03/10 00:26:49 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -106,7 +106,7 @@ www_getpair(char ** __restrict str, const char *delim) } *str = tr; - if (*str) + if (**str) (*str)++; return s;