* remote-sds.c (sds_start_remote): Change type of ``c'' to int

from possibly unsigned char.
This commit is contained in:
Andrew Cagney
2001-06-28 03:40:27 +00:00
parent a196c81c19
commit 29372230ea
2 changed files with 6 additions and 1 deletions

View 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 */