Jean Wolter writes:
[oweals/busybox.git] / coreutils / od.c
index 5eaaf502482debc1776075ad935ed6df1b49e9d3..b18c53c3f8736c8828af4db7b87ac23cd62c7199 100644 (file)
@@ -167,10 +167,10 @@ static const signed char od_o2si[] = {
 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)) {