wok view cdrkit/stuff/cdrkit-1.1.9-sort-catalog.patch @ rev 24667

updated inotify-tools (3.20.2.2 -> 3.22.1.0)
author Hans-G?nter Theisgen
date Fri Mar 11 16:18:25 2022 +0100 (2022-03-11)
parents
children
line source
1 --- cdrkit-1.1.11/genisoimage/eltorito.c
2 +++ cdrkit-1.1.11/genisoimage/eltorito.c
3 @@ -204,9 +204,7 @@
4 this_dir->contents = s_entry;
6 #ifdef SORTING
7 - /* inherit any sort weight from parent directory */
8 - s_entry->sort = this_dir->sort;
9 - s_entry->sort += 2;
10 + s_entry->sort = 100;
12 /* see if this entry should have a new weighting */
13 if (do_sort) {