Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[3c595] Fix compilation when "char" is unsigned by default
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Mar 12, 2016
1 parent 3c84178 commit 7e78cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/net/3c595.c
Expand Up @@ -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;
Expand Down

0 comments on commit 7e78cdd

Please sign in to comment.