This commit is contained in:
iceman1001 2025-03-12 16:48:30 +01:00
commit 06a1627a95
5 changed files with 47 additions and 47 deletions

View file

@ -239,11 +239,11 @@ int CLIParserParseStringEx(CLIParserContext *ctx, const char *str, void *vargtab
} else {
// if (isSpace(str[i]) == false) {
*bufptr++ = str[i];
*bufptr++ = str[i];
// }
}
break;
}
}
}
if (bufptr > bufptrend) {