1
1

* src/dir.c: (do_sort): Remove unused variable.

Этот коммит содержится в:
Pavel Tsekov 2006-02-02 22:10:58 +00:00
родитель 2157716489
Коммит 5c1638523e
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,7 @@
2006-02-03 Pavel Tsekov <ptsekov@gmx.net>
* dir.c (do_sort): Remove unused variable.
2006-01-31 Roland Illig <roland.illig@gmx.de>
* view.c (view_display_hex): Prevented any screen overflow in

Просмотреть файл

@ -308,7 +308,6 @@ sort_type (const file_entry *a, const file_entry *b)
void
do_sort (dir_list *list, sortfn *sort, int top, int reverse_f, int case_sensitive_f)
{
int i;
int dot_dot_found = 0;
if (top == 0)