This commit is contained in:
Jonathan Turner 2023-11-29 10:14:13 -05:00
parent c314222d68
commit 436a97e249

View File

@ -45,6 +45,7 @@
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;
kprint(args2);
limit = digit_conver(args2); limit = digit_conver(args2);
if (limit < 100) { if (limit < 100) {
kprint("That memory address is to below the min of 0x100.\n"); kprint("That memory address is to below the min of 0x100.\n");