Revert part of r275059. Comparing unsigned 8 bit value

against -'0' is always false so the conditional block is
optimized away.
This commit is contained in:
rdivacky 2014-11-27 18:43:44 +00:00
parent 2d64995d17
commit 50fd85b21c

View File

@ -394,9 +394,8 @@ parse()
char *ep, *p, *q;
const char *cp;
unsigned int drv;
int c, j;
int c, i, j;
size_t k;
uint8_t i;
while ((c = *arg++)) {
if (c == ' ' || c == '\t' || c == '\n')