mirror of
https://github.com/ipxe/ipxe.git
synced 2026-05-04 12:01:25 +02:00
[3c595] Fix compilation when "char" is unsigned by default
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
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…
x
Reference in New Issue
Block a user