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; char *script_cmd = NULL;
// Must be before the first PrintAndLog call, for rl_redisplay // Must be before the first PrintAndLog call, for rl_redisplay
rl_initialize(); //rl_initialize();
if (argc < 2) { if (argc < 2) {
show_help(true, argv[0]); show_help(true, argv[0]);