Ticket #4213: 4213_cmdline.2.patch
File 4213_cmdline.2.patch, 404 bytes (added by andrew_b, 4 years ago) |
---|
-
src/filemanager/layout.c
diff --git a/src/filemanager/layout.c b/src/filemanager/layout.c index 32b713381..0f3ad2847 100644
a b setup_cmdline (void) 968 968 return; 969 969 970 970 #ifdef ENABLE_SUBSHELL 971 if (subshell_prompt == NULL) 972 return; 973 971 974 if (mc_global.tty.use_subshell) 972 975 { 973 976 tmp_prompt = g_string_free (subshell_prompt, FALSE);