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

updated ghostscript and ghostscript-dev again (9.02 -> 9.55.0)
author Hans-G?nter Theisgen
date Wed Mar 02 07:43:51 2022 +0100 (2022-03-02)
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) {