fix: causes readline to crash a lot on ubuntu

This commit is contained in:
iceman1001 2018-03-21 08:13:07 +01:00
parent b5545f4c35
commit 4dd7c19be1

View file

@ -380,7 +380,7 @@ int main(int argc, char* argv[]) {
char *script_cmd = NULL;
// Must be before the first PrintAndLog call, for rl_redisplay
rl_initialize();
//rl_initialize();
if (argc < 2) {
show_help(true, argv[0]);