mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Bug fix.
This commit is contained in:
parent
ea47bae637
commit
e27c12cfac
@ -1,3 +1,10 @@
|
||||
1999-01-13 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* view.c (search): Missing condition.
|
||||
|
||||
* treestore.c (tree_store_opendir): Simplistic fix. This is not
|
||||
quite correct.
|
||||
|
||||
1999-01-12 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* cmd.c (mkdir_cmd): now mkdir_cmd will accept relative, and
|
||||
|
@ -1472,7 +1472,7 @@ search (WView *view, char *text, int (*search)(WView *, char *, char *, int))
|
||||
|
||||
if ((count++ % 32) == 0)
|
||||
x_flush_events ();
|
||||
if (!d->running)
|
||||
if (verbose && !d->running)
|
||||
break;
|
||||
#endif
|
||||
if (p >= update_activate){
|
||||
|
Loading…
Reference in New Issue
Block a user