From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fernando Nasser To: Nick Clifton Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: Obvious fix to remote-rdp.c ? Date: Tue, 27 Mar 2001 09:20:00 -0000 Message-id: <3AC0CAF7.FD53F202@redhat.com> References: X-SW-Source: 2001-03/msg00501.html Thank you Nick. Please check it in. Fernando Nick Clifton wrote: > > Hi Guys, > > I think that the following patch ought to be covered under the > obvious fix rule, but since I am not a maintainer, I am seeking > approval before committing it. > > Cheers > Nick > > 2001-03-27 Nick Clifton > > * remote-rdp.c (rdp_set_command_line): Add missing double quote. > > Index: remote-rdp.c > =================================================================== > RCS file: /cvs/src/src/gdb/remote-rdp.c,v > retrieving revision 1.14 > diff -p -r1.14 remote-rdp.c > *** remote-rdp.c 2001/03/20 01:37:09 1.14 > --- remote-rdp.c 2001/03/27 17:08:12 > *************** rdp_set_command_line (char *command, cha > *** 699,705 **** > if (commandline != NULL) > xfree (commandline); > > ! xasprintf (&commandline, %s %s", command, args); > } > > static void > --- 699,705 ---- > if (commandline != NULL) > xfree (commandline); > > ! xasprintf (&commandline, "%s %s", command, args); > } > > static void -- Fernando Nasser Red Hat Canada Ltd. E-Mail: fnasser@redhat.com 2323 Yonge Street, Suite #300 Toronto, Ontario M4P 2C9