Fix typeo in atoi when copying from kdb
This commit is contained in:
parent
1a67c4841b
commit
8a737aea8e
@ -11,6 +11,7 @@ atoi(const char *nptr)
|
||||
} else {
|
||||
return 0;
|
||||
}
|
||||
i++;
|
||||
}
|
||||
|
||||
return val;
|
||||
|
Loading…
Reference in New Issue
Block a user