Print errors on the next line
This commit is contained in:
parent
f628b72747
commit
2ea51e8cd8
1
login.c
1
login.c
@ -68,6 +68,7 @@ main(int argc, char *argv[])
|
||||
ioctl(STDIN_FILENO, TCFLSH, (void *)0);
|
||||
|
||||
pass = getpass("Password: ");
|
||||
putchar('\n');
|
||||
if (!pass)
|
||||
eprintf("getpass:");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user