mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 18:11:49 +03:00
[3c595] Fix compilation when "char" is unsigned by default
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user