mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-09 13:02:01 +03:00
Until I find this bug, dont crash
This commit is contained in:
parent
625f76e957
commit
51ee2d1b05
@ -545,6 +545,7 @@ tree_store_mark_checked (const char *subname)
|
|||||||
|
|
||||||
if (!ts.loaded)
|
if (!ts.loaded)
|
||||||
return;
|
return;
|
||||||
|
g_return_if_fail (ts.check_name != NULL);
|
||||||
|
|
||||||
/* Calculate the full name of the subdirectory */
|
/* Calculate the full name of the subdirectory */
|
||||||
if (subname [0] == '.' &&
|
if (subname [0] == '.' &&
|
||||||
|
Loading…
Reference in New Issue
Block a user