Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site whuxle.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!ihnp4!whuxle!mp From: mp@whuxle.UUCP (Mark Plotnick) Newsgroups: net.news.b Subject: fun with bitmaps, part 2: the end of the world is near Message-ID: <322@whuxle.UUCP> Date: Mon, 23-Apr-84 22:13:08 EST Article-I.D.: whuxle.322 Posted: Mon Apr 23 22:13:08 1984 Date-Received: Tue, 24-Apr-84 19:15:16 EST Organization: Bell Labs, Whippany Lines: 12 While debugging the previous problem, I noticed the magic number "8193" in updaterc(). Apparently this is meant to be larger than any ngsize. Reasonable, because the bitmap is only 8192 bits long. But the inews software thinks ngsize can go up to 99999. I wonder what'll happen on mit-vax in a couple days when the size of unix-wizards goes above 8192... Mark P.S. the loop near the top of updaterc() where next is incremented should probably be changed so that it stops if next gets larger than ngsize.