wok diff linld/stuff/src/ISO9660.H @ rev 25444

Up firefox-official (104.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 04 18:56:05 2022 +0000 (22 months ago)
parents 217c02cbbe8d
children
line diff
     1.1 --- a/linld/stuff/src/ISO9660.H	Sun Mar 14 19:55:20 2021 +0000
     1.2 +++ b/linld/stuff/src/ISO9660.H	Sun Sep 04 18:56:05 2022 +0000
     1.3 @@ -13,11 +13,12 @@
     1.4  	unsigned long fileofs;
     1.5  	unsigned long filesize;
     1.6  	unsigned long filepos;
     1.7 -	char *filename;
     1.8 -	dirsizetype curdirsize, dirsize;
     1.9 +	dirsizetype dirsize;
    1.10  typedef unsigned dirpagetype;
    1.11  	dirpagetype dirpage;           
    1.12 +	dirsizetype curdirsize;
    1.13  	unsigned long curdirofs;
    1.14 +	char *filename;
    1.15  	char _64bits;
    1.16  	char c;
    1.17  	int entrysize;