mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-22 03:02:06 +03:00
1998-12-07 Miguel de Icaza <miguel@nuclecu.unam.mx>
* screen.c (do_enter): Return the value from this.
This commit is contained in:
parent
8b23263b4e
commit
2353821b09
@ -1,3 +1,7 @@
|
||||
1998-12-07 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* screen.c (do_enter): Return the value from this.
|
||||
|
||||
1998-12-06 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* dir.c (link_isdir): Fetch the information from
|
||||
|
@ -2080,7 +2080,7 @@ do_enter_on_file_entry (file_entry *fe)
|
||||
int
|
||||
do_enter (WPanel *panel)
|
||||
{
|
||||
do_enter_on_file_entry (selection (panel));
|
||||
return do_enter_on_file_entry (selection (panel));
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user