mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-10 21:42:00 +03:00
Typo fix. It was making the code crash
This commit is contained in:
parent
a0a49bd778
commit
d0c5a70b4f
@ -174,7 +174,7 @@ panel_fill_panel_list (WPanel *panel)
|
||||
/* which column holds the type information */
|
||||
type_col = -1;
|
||||
|
||||
g_assert (items == GTK_CLIST (cl->columns));
|
||||
g_assert (items == cl->columns);
|
||||
|
||||
texts [items] = NULL;
|
||||
for (i = 0; i < top; i++){
|
||||
|
Loading…
Reference in New Issue
Block a user