Apyuxr.111 net.news.b utzoo!decvax!harpo!npois!eiss!pyuxbb!pyuxr!mkg Mon Apr 19 15:47:59 1982 nit in readr.c There is a nit in readr.c that prevents the '#' option from working correctly. The diff output is: --------diff readr.c oreadr.c 641c641 < fprintf(ofp, "Last article is %d.\n", statbuf.st_size); --- > fprintf(ofp, "Last article is %D.\n", statbuf.st_size);