Ticket #4213: 4213_cmdline.patch
File 4213_cmdline.patch, 382 bytes (added by andrew_b, 2 years ago) |
---|
-
src/filemanager/layout.c
diff --git a/src/filemanager/layout.c b/src/filemanager/layout.c index 32b713381..3c53e3e93 100644
a b setup_cmdline (void) 964 964 int y; 965 965 char *tmp_prompt = (char *) mc_prompt; 966 966 967 if (!command_prompt )967 if (!command_prompt || subshell_prompt == NULL) 968 968 return; 969 969 970 970 #ifdef ENABLE_SUBSHELL