Im starting to understand C i think...
This commit is contained in:
parent
436a97e249
commit
94122a957c
@ -44,7 +44,7 @@
|
|||||||
base = digit_conver(args1);
|
base = digit_conver(args1);
|
||||||
int nDigits = digit_len(base);
|
int nDigits = digit_len(base);
|
||||||
if (sstrlen(args1, 15) > nDigits + 1) {
|
if (sstrlen(args1, 15) > nDigits + 1) {
|
||||||
char *args2 = args1 + nDigits;
|
char *args2 = args1 + nDigits + 1;
|
||||||
kprint(args2);
|
kprint(args2);
|
||||||
limit = digit_conver(args2);
|
limit = digit_conver(args2);
|
||||||
if (limit < 100) {
|
if (limit < 100) {
|
||||||
|
Reference in New Issue
Block a user