* patch to fix typo in remote.c
@ 1999-01-29 18:16 J.T. Conklin
1999-04-01 0:00 ` J.T. Conklin
0 siblings, 1 reply; 4+ messages in thread
From: J.T. Conklin @ 1999-01-29 18:16 UTC (permalink / raw)
To: gdb-patches
The enclosed patch fixes a typo that showed up in the last snapshot.
--jtc
Index: remote.c
===================================================================
RCS file: /usr/rback/release/tools-src/gdb/gdb/remote.c,v
retrieving revision 1.1.1.3
diff -c -r1.1.1.3 remote.c
*** remote.c 1999/01/28 23:00:17 1.1.1.3
--- remote.c 1999/01/30 02:14:42
***************
*** 3030,3036 ****
*p2 = buf[i];
if ( buf[i] )
! error ("query larger than avaiable buffer");
i = putpkt (buf2);
if ( i < 0 ) return i;
--- 3030,3036 ----
*p2 = buf[i];
if ( buf[i] )
! error ("query larger than available buffer");
i = putpkt (buf2);
if ( i < 0 ) return i;
^ permalink raw reply [flat|nested] 4+ messages in thread* patch to fix typo in remote.c
1999-01-29 18:16 patch to fix typo in remote.c J.T. Conklin
@ 1999-04-01 0:00 ` J.T. Conklin
0 siblings, 0 replies; 4+ messages in thread
From: J.T. Conklin @ 1999-04-01 0:00 UTC (permalink / raw)
To: gdb-patches
The enclosed patch fixes a typo that showed up in the last snapshot.
--jtc
Index: remote.c
===================================================================
RCS file: /usr/rback/release/tools-src/gdb/gdb/remote.c,v
retrieving revision 1.1.1.3
diff -c -r1.1.1.3 remote.c
*** remote.c 1999/01/28 23:00:17 1.1.1.3
--- remote.c 1999/01/30 02:14:42
***************
*** 3030,3036 ****
*p2 = buf[i];
if ( buf[i] )
! error ("query larger than avaiable buffer");
i = putpkt (buf2);
if ( i < 0 ) return i;
--- 3030,3036 ----
*p2 = buf[i];
if ( buf[i] )
! error ("query larger than available buffer");
i = putpkt (buf2);
if ( i < 0 ) return i;
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <199901300216.SAA24241.cygnus.patches.gdb@jtc.redbacknetworks.com>]
end of thread, other threads:[~1999-04-01 0:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-01-29 18:16 patch to fix typo in remote.c J.T. Conklin
1999-04-01 0:00 ` J.T. Conklin
[not found] <199901300216.SAA24241.cygnus.patches.gdb@jtc.redbacknetworks.com>
1999-01-31 13:26 ` Stan Shebs
1999-04-01 0:00 ` Stan Shebs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox