Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site busch.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!mgnetp!we53!busch!dcm From: dcm@busch.UUCP (Craig Miller) Newsgroups: net.news Subject: Re: weirdness in rotated net.jokes Message-ID: <389@busch.UUCP> Date: Thu, 2-May-85 07:58:17 EDT Article-I.D.: busch.389 Posted: Thu May 2 07:58:17 1985 Date-Received: Fri, 3-May-85 23:53:13 EDT References: <1205@amdcad.UUCP> Organization: Anheuser-Busch Companies - St. Louis Missouri Lines: 16 Keywords: doubled subject lines > has anyone else noticed doubled subject lines in jokes which are rotated? Yeah. I believe this is a bug in 2.10.2. If I remember right, the bug is in the function modify_article() in postnews.c. Modify_article() uses a global character array `buf', to read through a file, and `buf' is also used as an argument to it when postnews tries to stick the "ROT13" in the subject. So `buf' gets trashed. A solution could be to declare a local character array `buf' inside of modify_article(). Craig -- Craig Miller ..!ihnp4!we53!busch!dcm The Anheuser-Busch Companies; St. Louis, Mo.