Fixed issue when calling function.
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ int prompPassword(char *password, const char *msg)
|
||||
{
|
||||
struct termios oldt, newt;
|
||||
|
||||
printf(msg);
|
||||
printf("%s", msg);
|
||||
try
|
||||
{
|
||||
// Disable echo
|
||||
|
||||
Reference in New Issue
Block a user