mirror of https://github.com/ipxe/ipxe.git
[3c595] Fix compilation when "char" is unsigned by default
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/44/head
parent
3c84178003
commit
7e78cdddc8
|
@ -391,7 +391,7 @@ vxsetlink(void)
|
|||
{
|
||||
int i, j;
|
||||
char *reason, *warning;
|
||||
static char prev_conn = -1;
|
||||
static signed char prev_conn = -1;
|
||||
|
||||
if (prev_conn == -1) {
|
||||
prev_conn = vx_connector;
|
||||
|
|
Loading…
Reference in New Issue