wok diff cdrkit/stuff/cdrkit-1.1.9-sort-catalog.patch @ rev 25438

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 01 11:12:31 2022 +0000 (22 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cdrkit/stuff/cdrkit-1.1.9-sort-catalog.patch	Thu Sep 01 11:12:31 2022 +0000
     1.3 @@ -0,0 +1,13 @@
     1.4 +--- cdrkit-1.1.11/genisoimage/eltorito.c
     1.5 ++++ cdrkit-1.1.11/genisoimage/eltorito.c
     1.6 +@@ -204,9 +204,7 @@
     1.7 + 	this_dir->contents = s_entry;
     1.8 + 
     1.9 + #ifdef SORTING
    1.10 +-	/* inherit any sort weight from parent directory */
    1.11 +-	s_entry->sort = this_dir->sort;
    1.12 +-	s_entry->sort += 2;
    1.13 ++	s_entry->sort = 100;
    1.14 + 
    1.15 + 	/* see if this entry should have a new weighting */
    1.16 + 	if (do_sort) {