mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Compile fix.
This commit is contained in:
parent
e3d2468200
commit
63a2d3dceb
@ -691,7 +691,7 @@ static int help_handle_key (struct Dlg_head *h, int c)
|
||||
new_item++;
|
||||
if (*++new_item == '['){
|
||||
while (*++new_item) {
|
||||
if (*new_item == ']' && *++newitem && *++newitem) {
|
||||
if (*new_item == ']' && *++new_item && *++new_item) {
|
||||
currentpoint = new_item;
|
||||
selected_item = NULL;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user