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

Add jpegoptim
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 01 14:04:21 2021 +0000 (2021-09-01)
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) {