cprintf sanity checks
This commit is contained in:
parent
11e2b91a05
commit
0a11445963
3 changed files with 2 additions and 3 deletions
|
|
@ -854,7 +854,6 @@ prompt_fmt (char *prompt, size_t plen, char *fmt, ...)
|
|||
}
|
||||
|
||||
/* Start with empty string */
|
||||
cprintf(cb, "");
|
||||
while(*s) {
|
||||
if (*s == '%' && *++s) {
|
||||
switch(*s) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue