mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Fix entropy_meter script
This commit is contained in:
@@ -101,11 +101,12 @@ int main(int argc, char **argv)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (line[0])
|
if (line[0]) {
|
||||||
calculate(line,advanced);
|
calculate(line,advanced);
|
||||||
printf("> ");
|
printf("> ");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* Do the test passwords on the command line */
|
/* Do the test passwords on the command line */
|
||||||
|
|||||||
Reference in New Issue
Block a user