From mboxrd@z Thu Jan 1 00:00:00 1970 From: "John R. Moore" To: Michael Elizabeth Chastain , gdb-patches@sources.redhat.com Subject: Re: [RFA] Fix for gdb-gnats bug #14 Date: Fri, 16 Feb 2001 13:56:00 -0000 Message-id: References: <200102162144.NAA01284@bosch.cygnus.com> X-SW-Source: 2001-02/msg00309.html On Fri, 16 Feb 2001, Michael Elizabeth Chastain wrote: > Hi John, > > I'm having trouble applying this patch. The original file has a lot > of TAB characters in it, but in your patch, they are expanded to spaces. > This makes the patch not apply, and it also makes the new code incorrect > (these TABs are literal characters in regular expressions). > > Could you please check your source carefully to make sure that you have > the right characters in the new source lines 213-214: > > \ [ SPACE TAB \ ] * > > Once the source file is correct, be careful with cut-and-paste, and > check your mailer. > > Also the first line of the ChangeLog starts with eight spaces; please make > that a tab. I wouldn't mention that except I am asking you to re-make > the patch anyways. > > Michael > Hmmm.... Yes, I cut and pasted, and this probably accounts for the difference. I'll re-do and make sure all the tabs are included. John