=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/m4/gnum4.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- src/usr.bin/m4/gnum4.c 2006/03/20 20:27:45 1.33 +++ src/usr.bin/m4/gnum4.c 2006/03/23 07:57:33 1.34 @@ -1,4 +1,4 @@ -/* $OpenBSD: gnum4.c,v 1.33 2006/03/20 20:27:45 espie Exp $ */ +/* $OpenBSD: gnum4.c,v 1.34 2006/03/23 07:57:33 espie Exp $ */ /* * Copyright (c) 1999 Marc Espie @@ -525,7 +525,7 @@ left_padded = 1; format++; } - width = strtoul(format, &format, 10); + width = strtoul(format, (char **)&format, 10); if (*format != 's') { m4errx(1, "Unsupported format specification: %s.", argv[2]); }