Ticket #2663: Segmentation fault while background copying
Action to reproduce bug: Start copy/move file/files (around 100mb+) in background Signed-off-by: Slava Zanko <slavazanko@gmail.com>
Этот коммит содержится в:
родитель
d25ac6a911
Коммит
bd5c568f8f
@ -319,7 +319,7 @@ do_load_prompt (void)
|
|||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
/* Don't actually change the prompt if it's invisible */
|
/* Don't actually change the prompt if it's invisible */
|
||||||
if (((Dlg_head *) top_dlg->data == midnight_dlg) && command_prompt)
|
if (top_dlg != NULL && ((Dlg_head *) top_dlg->data == midnight_dlg) && command_prompt)
|
||||||
{
|
{
|
||||||
setup_cmdline ();
|
setup_cmdline ();
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user