diff --git a/src/client/login.c b/src/client/login.c index 13eaf5e9..77d1bd83 100644 --- a/src/client/login.c +++ b/src/client/login.c @@ -61,7 +61,7 @@ ersatz_getpass(char *prompt) else #endif printf("Note: your input is echoed to the screen\n"); - printf("Your name? "); + printf("%s", prompt); fflush(stdout); p = fgets(buf, sizeof(buf), stdin); #ifdef _WIN32