* remote-sds.c (sds_start_remote): Change type of ``c'' to int
authorAndrew Cagney <cagney@redhat.com>
Thu, 28 Jun 2001 03:40:27 +0000 (03:40 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 28 Jun 2001 03:40:27 +0000 (03:40 +0000)
from possibly unsigned char.

gdb/ChangeLog
gdb/remote-sds.c

index d8c68c150ebb7cb53f73e480d2e367a78c917590..7ec2d94f97a1829732710ba665a3234d0bad92ff 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-27  Andrew Cagney  <ac131313@redhat.com>
+
+       * remote-sds.c (sds_start_remote): Change type of ``c'' to int
+       from possibly unsigned char.
+
 2001-06-27  Andrew Cagney  <ac131313@redhat.com>
 
        * ser-ocd.c: Delete file.
index 27bc2416aea53e0c2fd3a57deb6f1d6f9e380d38..7d2f5477ec3dec1ee47c9de6c89e4441b7f40dc0 100644 (file)
@@ -160,7 +160,7 @@ sds_close (int quitting)
 static int
 sds_start_remote (PTR dummy)
 {
-  char c;
+  int c;
   unsigned char buf[200];
 
   immediate_quit++;            /* Allow user to interrupt it */
This page took 0.039287 seconds and 4 git commands to generate.