=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/Attic/aux.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- src/usr.bin/mail/Attic/aux.c 2001/09/16 15:27:32 1.17 +++ src/usr.bin/mail/Attic/aux.c 2001/09/16 16:12:56 1.18 @@ -1,4 +1,4 @@ -/* $OpenBSD: aux.c,v 1.17 2001/09/16 15:27:32 millert Exp $ */ +/* $OpenBSD: aux.c,v 1.18 2001/09/16 16:12:56 millert Exp $ */ /* $NetBSD: aux.c,v 1.5 1997/05/13 06:15:52 mikel Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)aux.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: aux.c,v 1.17 2001/09/16 15:27:32 millert Exp $"; +static char rcsid[] = "$OpenBSD: aux.c,v 1.18 2001/09/16 16:12:56 millert Exp $"; #endif #endif /* not lint */ @@ -521,7 +521,7 @@ *cp2++ = c; if (c == ',' && *cp == ' ' && !gotlt) { *cp2++ = ' '; - for (; *cp == ' '; cp++) + while (*++cp == ' ') ; lastsp = 0; bufend = cp2;