0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-20 04:12:15 +02:00

Fix entropy_meter script

This commit is contained in:
thez3ro 2017-01-27 20:39:32 +01:00
parent 61379d4e05
commit 0f44f6752e
No known key found for this signature in database
GPG Key ID: F628F9E41DD7C073

View File

@ -101,9 +101,10 @@ int main(int argc, char **argv)
break;
}
}
if (line[0])
if (line[0]) {
calculate(line,advanced);
printf("> ");
}
}
}
else