* remote-sds.c (sds_start_remote): Change type of ``c'' to int
from possibly unsigned char.
This commit is contained in:
parent
a196c81c19
commit
29372230ea
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2001-06-27 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
* ser-ocd.c: Delete file.
|
* ser-ocd.c: Delete file.
|
||||||
|
|
|
@ -160,7 +160,7 @@ sds_close (int quitting)
|
||||||
static int
|
static int
|
||||||
sds_start_remote (PTR dummy)
|
sds_start_remote (PTR dummy)
|
||||||
{
|
{
|
||||||
char c;
|
int c;
|
||||||
unsigned char buf[200];
|
unsigned char buf[200];
|
||||||
|
|
||||||
immediate_quit++; /* Allow user to interrupt it */
|
immediate_quit++; /* Allow user to interrupt it */
|
||||||
|
|
Loading…
Add table
Reference in a new issue