Don't call printf with no format string.
This commit is contained in:
parent
487730cc8b
commit
8c8970cf16
@ -329,7 +329,7 @@ prompt(void)
|
||||
ev = getenv(p + 2);
|
||||
|
||||
if (ev != NULL)
|
||||
printf(ev);
|
||||
printf("%s", ev);
|
||||
p = cp + 1;
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user