ARC 5.21 minor bug
DAAN JITTA
daanjjdaanji at neabbs.UUCP
Tue Aug 9 03:27:06 AEST 1988
By accident I found a minor bug in the ARC 5.21 sources recently
posted on Usenet. The following lines are copied from arcpack.c (lines
131-134):
if (note) {
printf("packing, "); /* pack with repeat
fflush(stdout); * suppression */
}
As you see, the comments are visually allright but logically wrong.
The fflush() call is effectively commented out.
I don't know if this comment construction is used more.
Daan Josephus Jitta.
More information about the Comp.sources.bugs
mailing list