Ticket #4213: 4213_cmdline.patch

File 4213_cmdline.patch, 382 bytes (added by andrew_b, 3 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) 
    964964    int y; 
    965965    char *tmp_prompt = (char *) mc_prompt; 
    966966 
    967     if (!command_prompt) 
     967    if (!command_prompt || subshell_prompt == NULL) 
    968968        return; 
    969969 
    970970#ifdef ENABLE_SUBSHELL