mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* gfind.c (find_file): Add missing break.
This commit is contained in:
parent
bfc98d29d7
commit
33fdf19ded
@ -1,5 +1,7 @@
|
||||
2001-07-27 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* gfind.c (find_file): Add missing break.
|
||||
|
||||
* gdesktop.c (desktop_create_url): Accept new parameter
|
||||
is_template. Use mc_mkstemps() is it's TRUE. Change all
|
||||
callers.
|
||||
|
@ -865,8 +865,10 @@ find_file(char *start_dir, char *pattern, char *content, char **dirname,
|
||||
*dirname = g_strdup(dir_tmp);
|
||||
if (file_tmp)
|
||||
*filename = g_strdup(file_tmp);
|
||||
break;
|
||||
case B_PANELIZE:
|
||||
find_panelize(head, start_dir);
|
||||
break;
|
||||
}
|
||||
|
||||
kill_gui(head);
|
||||
|
Loading…
Reference in New Issue
Block a user