diff options
Diffstat (limited to 'coreutils')
| -rw-r--r-- | coreutils/od_bloaty.c | 1 | ||||
| -rw-r--r-- | coreutils/sort.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/coreutils/od_bloaty.c b/coreutils/od_bloaty.c index 74765f842..efdbf354a 100644 --- a/coreutils/od_bloaty.c +++ b/coreutils/od_bloaty.c | |||
| @@ -1312,7 +1312,6 @@ int od_main(int argc, char **argv) | |||
| 1312 | if (opt & OPT_l) decode_format_string("d4"); | 1312 | if (opt & OPT_l) decode_format_string("d4"); |
| 1313 | if (opt & OPT_o) decode_format_string("o2"); | 1313 | if (opt & OPT_o) decode_format_string("o2"); |
| 1314 | //if (opt & OPT_t)... | 1314 | //if (opt & OPT_t)... |
| 1315 | lst_t = llist_rev(lst_t); | ||
| 1316 | while (lst_t) { | 1315 | while (lst_t) { |
| 1317 | decode_format_string(lst_t->data); | 1316 | decode_format_string(lst_t->data); |
| 1318 | lst_t = lst_t->link; | 1317 | lst_t = lst_t->link; |
diff --git a/coreutils/sort.c b/coreutils/sort.c index 311d0cb9c..dad542964 100644 --- a/coreutils/sort.c +++ b/coreutils/sort.c | |||
| @@ -296,7 +296,6 @@ int sort_main(int argc, char **argv) | |||
| 296 | key_separator = str_t[0]; | 296 | key_separator = str_t[0]; |
| 297 | } | 297 | } |
| 298 | /* parse sort key */ | 298 | /* parse sort key */ |
| 299 | lst_k = llist_rev(lst_k); | ||
| 300 | while (lst_k) { | 299 | while (lst_k) { |
| 301 | enum { | 300 | enum { |
| 302 | FLAG_allowed_for_k = | 301 | FLAG_allowed_for_k = |
