Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!rochester!ritcv!jab From: jab@ritcv.UUCP (John A Biles) Newsgroups: net.sources Subject: fixes to corrections of enhancments of correct.c Message-ID: <823@ritcv.UUCP> Date: Mon, 21-Nov-83 16:19:38 EST Article-I.D.: ritcv.823 Posted: Mon Nov 21 16:19:38 1983 Date-Received: Fri, 25-Nov-83 03:35:06 EST Lines: 46 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 Eustace original, NOT to the Rhodes of Havad Schol mods to the Fortunate Olson enhansion of the original Eustace. Whew! These fixes make the program behave consistently with the manual page, specifically, "Without -d, CR and ESC are equivalent." The last two changes are purely cosmetic. - Al Biles, RIT {seismo, allegra}!rochester!ritcv!jab diff new old 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++; 213c207 < printf("Corrections made? "); --- > printf("Corrections made?"); 256c250 < printf("Local Dictionary updated? "); --- > printf("Local Dictionary updated?");