Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!rochester!ritcv!jab From: jab@ritcv.UUCP (John A Biles) Newsgroups: net.sources Subject: corrections to enhanced mods of correct Message-ID: <822@ritcv.UUCP> Date: Mon, 21-Nov-83 15:11:51 EST Article-I.D.: ritcv.822 Posted: Mon Nov 21 15:11:51 1983 Date-Received: Wed, 23-Nov-83 21:04:43 EST Lines: 37 Let's try that one again... Here are some more fixes for the ubiquitous correct program. These are corrections to the Olson of Fortune enhanced version of the Estes original, not to the Rhodes of Havad Schol mods to the Fortunate Olson enhansion of the original Estes. Whew! - Al Biles, RIT {seismo, allegra}!rochester!ritcv!jab 110,117c110,113 < if (psLdfile != NULL) { < InitasLocdict(); < bLocdictflag = 1; < } < else < bLocdictflag = 0; < < bCorrflag = 0; --- > if (psLdfile != NULL) > InitasLocdict(); > > bCorrflag = bLocdictflag = 0; 195,198c191,192 < if (bLocdictflag) < AddtoasLocdict(wordin); < else < putchar('\n'); --- > AddtoasLocdict(wordin); > bLocdictflag++; 256c250 < printf("Local Dictionary updated? "); --- > printf("Local Dictionary updated?");