iocLogServer fix for unsigned char arch's

Reported by Guy Jennings
This commit is contained in:
Andrew Johnson
2012-10-31 13:56:12 -05:00
parent e889336458
commit fc61cc34ce

View File

@@ -289,7 +289,7 @@ static int seekLatestLine (struct ioc_log_server *pserver)
}
}
else {
char c = fgetc (pserver->poutfile);
int c = fgetc (pserver->poutfile);
/*
* bypass the line if it does not match the expected format