=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/hexdump/odsyntax.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- src/usr.bin/hexdump/odsyntax.c 2009/10/27 23:59:39 1.17 +++ src/usr.bin/hexdump/odsyntax.c 2009/11/12 07:54:38 1.18 @@ -1,4 +1,4 @@ -/* $OpenBSD: odsyntax.c,v 1.17 2009/10/27 23:59:39 deraadt Exp $ */ +/* $OpenBSD: odsyntax.c,v 1.18 2009/11/12 07:54:38 nicm Exp $ */ /* $NetBSD: odsyntax.c,v 1.15 2001/12/07 15:14:29 bjh21 Exp $ */ /*- @@ -267,6 +267,8 @@ type_string++; } else if (isdigit(*type_string)) nbytes = strtol(type_string, &type_string, 10); + else + nbytes = 4; switch (nbytes) { case 1: