mirror of
https://github.com/ipxe/ipxe
synced 2026-02-28 03:11:18 +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;
|
int i, j;
|
||||||
char *reason, *warning;
|
char *reason, *warning;
|
||||||
static char prev_conn = -1;
|
static signed char prev_conn = -1;
|
||||||
|
|
||||||
if (prev_conn == -1) {
|
if (prev_conn == -1) {
|
||||||
prev_conn = vx_connector;
|
prev_conn = vx_connector;
|
||||||
|
|||||||
Reference in New Issue
Block a user