diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-12-09 23:54:02 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-12-09 23:54:02 +0000 |
commit | 0dd47264fdb374a3899fa58673ed93eb815ff017 (patch) | |
tree | a103497932a8dd029082adcce66541d758ce6598 | |
parent | 4e59f36df848bb7911743ef743a3db7f2cbd3fd0 (diff) | |
download | gdb-0dd47264fdb374a3899fa58673ed93eb815ff017.zip gdb-0dd47264fdb374a3899fa58673ed93eb815ff017.tar.gz gdb-0dd47264fdb374a3899fa58673ed93eb815ff017.tar.bz2 |
* remote.c (remote_wait): Pass string instead of char to strcpy.
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bdf99aa..4f04e83 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Fri Dec 9 15:50:05 1994 Stan Shebs <shebs@andros.cygnus.com> + + * remote.c (remote_wait): Pass string instead of char to strcpy. + Fri Dec 9 04:43:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * gdbserver/low-lynx.c (mywait): Remove debugging printf. |