commit | 80c5b6893d4708b3683ad9a51c990a326a8f1dff | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sun May 08 21:21:10 2011 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun May 08 21:21:10 2011 +0200 |
tree | 0c4c3192e77e6afa1a1d47e750a0840d3a4ca60e | |
parent | b8709032a3fb57b3ec536bdf9b92b526ed63b995 [diff] [blame] |
libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmalloc_reads Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/editors/patch.c b/editors/patch.c index a90252a..6d3f319 100644 --- a/editors/patch.c +++ b/editors/patch.c
@@ -239,7 +239,7 @@ plist = TT.current_hunk; buf = NULL; if (reverse ? TT.oldlen : TT.newlen) for (;;) { - char *data = xmalloc_reads(TT.filein, NULL, NULL); + char *data = xmalloc_reads(TT.filein, NULL); TT.linenum++;