Fixed a mispelling of 0 as NULL.
This commit is contained in:
parent
8822b75696
commit
ca7c255049
@ -133,7 +133,7 @@ convert(line)
|
||||
int flen, len, rval;
|
||||
char *p, *fraction;
|
||||
|
||||
flen = NULL;
|
||||
flen = 0;
|
||||
fraction = NULL;
|
||||
for (p = line; *p != '\0' && *p != '\n'; ++p) {
|
||||
if (isblank(*p)) {
|
||||
|
Loading…
Reference in New Issue
Block a user