aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2018-04-02 09:24:14 +0100
committerRon Yorston <rmy@pobox.com>2018-04-02 09:24:14 +0100
commit34a68d327b42c3c700e84cd475496985782290b1 (patch)
tree99bfe59cca420d26f01e81a7f41763f71b44d22c /editors
parentaff3c5bd7b6bdcfb97f63153ab839c5f55f16a12 (diff)
parente84212f8346741a2d4a04b40639c44fe519cf5a7 (diff)
downloadbusybox-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.c2
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)
994static char *get_next_line(char *gets_char, char *last_puts_char) 994static 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);