commit | 4eff18189a5ec3d474709dd73698ff5dcbc603c6 | [log] [tgz] |
---|---|---|
author | Manuel Novoa III <mjn3@codepoet.org> | Wed Mar 19 09:42:02 2003 +0000 |
committer | Manuel Novoa III <mjn3@codepoet.org> | Wed Mar 19 09:42:02 2003 +0000 |
tree | 31437c2d09e30fdb107cd256208041d05bb1429d | |
parent | cad5364599eb5062d59e0c397ed638ddd61a8d5d [diff] [blame] |
Things my compiler didn't catch...
diff --git a/coreutils/od.c b/coreutils/od.c index 5eaaf50..b18c53c 100644 --- a/coreutils/od.c +++ b/coreutils/od.c
@@ -167,10 +167,10 @@ int od_main(int argc, char **argv) { int ch; - bb_dump_vflag = FIRST; - bb_dump_length = -1; int first = 1; signed char *p; + bb_dump_vflag = FIRST; + bb_dump_length = -1; while ((ch = getopt(argc, argv, od_opts)) > 0) { if (((p = strchr(od_opts, ch)) != NULL) && (*p >= 0)) {