Bug fix.
This commit is contained in:
parent
7d4d9c5c34
commit
77f4f0f0c9
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ wr_ranlib(fd, ran, cnt)
|
||||||
put4(ran->ran_pos,c); c += 4;
|
put4(ran->ran_pos,c); c += 4;
|
||||||
ran++;
|
ran++;
|
||||||
}
|
}
|
||||||
wr_bytes(fd, c, j);
|
wr_bytes(fd, buf, j);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#if ! (BYTES_REVERSED || WORDS_REVERSED)
|
#if ! (BYTES_REVERSED || WORDS_REVERSED)
|
||||||
|
|
Loading…
Reference in a new issue