Fixed issue when calling function.

This commit is contained in:
2025-02-27 12:27:55 +00:00
parent 9195618bb9
commit 52cf8521bc
4 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ int prompPassword(char *password, const char *msg)
{
struct termios oldt, newt;
printf(msg);
printf("%s", msg);
try
{
// Disable echo