diff options
author | Ron Yorston <rmy@pobox.com> | 2018-04-02 09:24:14 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-04-02 09:24:14 +0100 |
commit | 34a68d327b42c3c700e84cd475496985782290b1 (patch) | |
tree | 99bfe59cca420d26f01e81a7f41763f71b44d22c /editors | |
parent | aff3c5bd7b6bdcfb97f63153ab839c5f55f16a12 (diff) | |
parent | e84212f8346741a2d4a04b40639c44fe519cf5a7 (diff) | |
download | busybox-w32-34a68d327b42c3c700e84cd475496985782290b1.tar.gz busybox-w32-34a68d327b42c3c700e84cd475496985782290b1.tar.bz2 busybox-w32-34a68d327b42c3c700e84cd475496985782290b1.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'editors')
-rw-r--r-- | editors/sed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sed.c b/editors/sed.c index bb2809d3c..bf8a11613 100644 --- a/editors/sed.c +++ b/editors/sed.c | |||
@@ -994,7 +994,7 @@ static void flush_append(char *last_puts_char) | |||
994 | static char *get_next_line(char *gets_char, char *last_puts_char) | 994 | static char *get_next_line(char *gets_char, char *last_puts_char) |
995 | { | 995 | { |
996 | char *temp = NULL; | 996 | char *temp = NULL; |
997 | int len; | 997 | size_t len; |
998 | char gc; | 998 | char gc; |
999 | 999 | ||
1000 | flush_append(last_puts_char); | 1000 | flush_append(last_puts_char); |