Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!ginosko!gem.mps.ohio-state.edu!apple!agate!shelby!decwrl!eda.com!jim From: jim@eda.com (Jim Budler) Newsgroups: news.software.nntp Subject: Re: Bug in rn from nntp1.5 Message-ID: <1989Oct6.184000.14356@eda.com> Date: 6 Oct 89 18:40:00 GMT References: <44@crk56.bnr.com> Organization: EDA Systems,Inc. Santa Clara, CA Lines: 24 janick@crk56.bnr.com (Janick Bergeron 1617964) writes: } I have found (and corrected) a bug in rn I got with nntp1.5. } The bug is at line #107 in the file art.c: } if (filestat.st_mode & S_IFMT != S_IFREG) } return DA_NORM; } should be replaced by: } if ((filestat.st_mode & S_IFMT) != S_IFREG) } return DA_NORM; This is present in the non-nntp version of rn also, so it's not just related to the version distributed with nntp. (Patchlevel 40). jim -- Jim Budler jim@eda.com ...!{decwrl,uunet}!eda!jim compuserve: 72415,1200 applelink: D4619 voice: +1 408 986-9585 fax: +1 408 748-1032