fix: causes readline to crash a lot on ubuntu
This commit is contained in:
@@ -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]);
|
||||||
|
|||||||
Reference in New Issue
Block a user