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