diff options
author | Ron Yorston <rmy@pobox.com> | 2021-08-22 09:17:10 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-08-22 09:17:10 +0100 |
commit | 46c5767e7e39d1e173e382bda86ab88b4cad354d (patch) | |
tree | d22c7f2376527aebd556eec36e115f037f8a467e /util-linux | |
parent | f13defb1c8f892ecf3e8dd5dbe486cc2b53e6f03 (diff) | |
parent | 74c4f356aee9c64978a881e5760055d0e3510a6a (diff) | |
download | busybox-w32-46c5767e7e39d1e173e382bda86ab88b4cad354d.tar.gz busybox-w32-46c5767e7e39d1e173e382bda86ab88b4cad354d.tar.bz2 busybox-w32-46c5767e7e39d1e173e382bda86ab88b4cad354d.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/rev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/rev.c b/util-linux/rev.c index cfcd12392..5f8e60cac 100644 --- a/util-linux/rev.c +++ b/util-linux/rev.c | |||
@@ -113,6 +113,7 @@ int rev_main(int argc UNUSED_PARAM, char **argv) | |||
113 | strrev(buf, strlen(buf)); | 113 | strrev(buf, strlen(buf)); |
114 | #endif | 114 | #endif |
115 | fputs_stdout(buf); | 115 | fputs_stdout(buf); |
116 | pos = 0; | ||
116 | } | 117 | } |
117 | fclose(fp); | 118 | fclose(fp); |
118 | } while (*argv); | 119 | } while (*argv); |