Bug fix.
authorceriel <none@none>
Fri, 9 Jan 1987 14:11:59 +0000 (14:11 +0000)
committerceriel <none@none>
Fri, 9 Jan 1987 14:11:59 +0000 (14:11 +0000)
modules/src/object/wr_ranlib.c

index f20772c..0a8516a 100644 (file)
@@ -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)