david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[3c595] Fix compilation when "char" is unsigned by default

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2016-03-12 18:06:47 +00:00
parent 3c84178003
commit 7e78cdddc8
1 changed files with 1 additions and 1 deletions

View File

@ -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;