please
This commit is contained in:
parent
c314222d68
commit
436a97e249
@ -45,6 +45,7 @@
|
||||
int nDigits = digit_len(base);
|
||||
if (sstrlen(args1, 15) > nDigits + 1) {
|
||||
char *args2 = args1 + nDigits;
|
||||
kprint(args2);
|
||||
limit = digit_conver(args2);
|
||||
if (limit < 100) {
|
||||
kprint("That memory address is to below the min of 0x100.\n");
|
||||
|
Reference in New Issue
Block a user