Xref: utzoo alt.msdos.programmer:1913 comp.os.msdos.programmer:157 Path: utzoo!utgpu!cunews!bcars8!bnrgate!bwdls58!mlord From: mlord@bwdls58.UUCP (Mark Lord) Newsgroups: alt.msdos.programmer,comp.os.msdos.programmer Subject: Patch for minor GREP bug -- TC++ Keywords: grep turbo borland tc++ Message-ID: <3797@bwdls58.UUCP> Date: 19 Jul 90 22:39:02 GMT Organization: Bell-Northern Research, Ottawa, CANADA Lines: 28 As other finicky folks may have noticed, there is a slight annoyance with the GREP command that comes with all of the various TC++ tools (TC, TASM..). GREP ? does not properly display the option settings. It looks like somebody moved a string around and forgot to change the offset table that is used to display the +/- settings. For example, it shows -w+ right out of the box, even though the default is -w-. This is only a bug for the last three options (-u, -w, -o). To fix it, apply the following harmless patch using norton or your favorite binary editor: at file offset 1A89 in GREP.COM 3.0: old (wrong) data 92 19 AF 19 C3 19 new (correct) data AF 19 C3 19 92 19 Courtesy of Turbo Debugger. Borland has not yet been informed. -- ___Mark S. Lord__________________________________________ | ..uunet!bnrgate!bmerh614!mlord | Climb Free Or Die (NH) | | ..uunet!bnrgate!mlord%bmerh614 | Personal views only. | |________________________________|________________________|