mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* remote-sds.c (sds_start_remote): Change type of ``c'' to int
from possibly unsigned char.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user