[comp.sources.bugs] ARC 5.21 minor bug

daanjj daan ji@neabbs.UUCP (DAAN JITTA) (08/09/88)

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.