Loading src/getpass.c +1 −1 Original line number Diff line number Diff line Loading @@ -199,7 +199,7 @@ char *getpass_r(const char *prompt, char *buffer, size_t buflen) #include <conio.h> char *getpass_r(const char *prompt, char *buffer, size_t buflen) { int i; size_t i; printf("%s", prompt); for(i=0; i<buflen; i++) { Loading Loading
src/getpass.c +1 −1 Original line number Diff line number Diff line Loading @@ -199,7 +199,7 @@ char *getpass_r(const char *prompt, char *buffer, size_t buflen) #include <conio.h> char *getpass_r(const char *prompt, char *buffer, size_t buflen) { int i; size_t i; printf("%s", prompt); for(i=0; i<buflen; i++) { Loading