From: ceriel Date: Fri, 9 Jan 1987 14:11:59 +0000 (+0000) Subject: Bug fix. X-Git-Tag: release-5-5~5024 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=77f4f0f0c9a8870b9ca2b7539e46ee59a56c3b22;p=ack.git Bug fix. --- diff --git a/modules/src/object/wr_ranlib.c b/modules/src/object/wr_ranlib.c index f20772c14..0a8516a94 100644 --- a/modules/src/object/wr_ranlib.c +++ b/modules/src/object/wr_ranlib.c @@ -22,7 +22,7 @@ wr_ranlib(fd, ran, cnt) put4(ran->ran_pos,c); c += 4; ran++; } - wr_bytes(fd, c, j); + wr_bytes(fd, buf, j); } } #if ! (BYTES_REVERSED || WORDS_REVERSED)