aboutsummaryrefslogtreecommitdiff
path: root/coreutils/od_bloaty.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/od_bloaty.c')
-rw-r--r--coreutils/od_bloaty.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/coreutils/od_bloaty.c b/coreutils/od_bloaty.c
index 5e2287534..ce963db8a 100644
--- a/coreutils/od_bloaty.c
+++ b/coreutils/od_bloaty.c
@@ -1281,8 +1281,7 @@ int od_main(int argc, char **argv)
1281 if (opt & OPT_o) decode_format_string("o2"); 1281 if (opt & OPT_o) decode_format_string("o2");
1282 //if (opt & OPT_t)... 1282 //if (opt & OPT_t)...
1283 while (lst_t) { 1283 while (lst_t) {
1284 decode_format_string(lst_t->data); 1284 decode_format_string(llist_pop(&lst_t));
1285 lst_t = lst_t->link;
1286 } 1285 }
1287 if (opt & OPT_v) verbose = 1; 1286 if (opt & OPT_v) verbose = 1;
1288 if (opt & OPT_x) decode_format_string("x2"); 1287 if (opt & OPT_x) decode_format_string("x2");