Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!nosc!cod!broman From: broman@cod.NOSC.MIL (Vincent P. Broman) Newsgroups: comp.sources.d Subject: Re: mg2a (MS-DOS) Summary: two recent fixes needed Message-ID: <1197@cod.NOSC.MIL> Date: 30 Aug 88 14:41:54 GMT References: <6149@dasys1.UUCP> Reply-To: broman@nosc.mil (Vincent P. Broman) Organization: Naval Ocean Systems Center, San Diego Lines: 37 Problems in bringing up mg v. 2a for MS-DOS may well be caused by two bugs, one from a transmission error somewhere, the other caused by a difference in BIOSes. The diffs follow (from sys/msdos), thanks to jpn@genrad.com . *** fileio.c~ Wed Aug 10 13:26:35 1988 --- fileio.c Thu Aug 25 13:13:29 1988 *************** *** 205,209 **** register char c; ! while ((c = *fn) != '0') { if (ISUPPER(c)) *fn = TOLOWER(c); --- 205,209 ---- register char c; ! while ((c = *fn) != '\0') { if (ISUPPER(c)) *fn = TOLOWER(c); *** tty.c~ Wed Aug 10 13:26:48 1988 --- tty.c Thu Aug 25 13:15:37 1988 *************** *** 86,90 **** */ tteeop() { ! ttdell(ttrow, nrow, nrow - ttrow); } --- 86,90 ---- */ tteeop() { ! ttdell(ttrow, nrow-1, 0); /* 0 lines means erase region */ } Vincent Broman, code 632, Naval Ocean Systems Center, San Diego, CA 92152, USA Phone: +1 619 553 1641 Internet: broman@nosc.mil Uucp: sdcsvax!nosc!broman