mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +03:00
Merge branch '1794_treeview_segfault'
* 1794_treeview_segfault: Ticket #1794: Segfault in treeview
This commit is contained in:
commit
b6a123c047
@ -220,7 +220,7 @@ tree_store_load_from(char *name)
|
||||
lc_name = decode(buffer + 2);
|
||||
|
||||
len = strlen(lc_name);
|
||||
if (name[0] != PATH_SEP) {
|
||||
if (lc_name[0] != PATH_SEP) {
|
||||
/* Clear-text decompression */
|
||||
char *s = strtok(lc_name, " ");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user