diff options
author | kraxel <kraxel> | 2007-08-09 09:10:53 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2007-08-09 09:10:53 +0000 |
commit | aa7a5a5b31e9d67dafb0abc65ad5f78548a08047 (patch) | |
tree | 2877c00e7e373fdc5d4411e8cee790798d94e531 /amtterm.c | |
parent | 6d5bd39dbdfb14ecf1f9cd41e68b405110392f16 (diff) | |
download | amtterm-aa7a5a5b31e9d67dafb0abc65ad5f78548a08047.tar.gz |
doc update
Diffstat (limited to 'amtterm.c')
-rw-r--r-- | amtterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -384,11 +384,11 @@ int main(int argc, char *argv[]) tty_noecho(); fprintf(stderr, "AMT password for host %s: ", host); fgets(r.pass, sizeof(r.pass), stdin); + fprintf(stderr, "\n"); if (NULL != (h = strchr(r.pass, '\r'))) *h = 0; if (NULL != (h = strchr(r.pass, '\n'))) *h = 0; - fprintf(stderr, "\n"); } memset(&ai, 0, sizeof(ai)); |