forked from Imagelibrary/binutils-gdb
2007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
* remote-utils.c (readchar): Allow binary data in received messages.
This commit is contained in:
@@ -722,7 +722,7 @@ readchar (void)
|
||||
|
||||
bufp = buf;
|
||||
bufcnt--;
|
||||
return *bufp++ & 0x7f;
|
||||
return *bufp++;
|
||||
}
|
||||
|
||||
/* Read a packet from the remote machine, with error checking,
|
||||
|
||||
Reference in New Issue
Block a user