]> git.pld-linux.org Git - packages/QATzip.git/blob - QATzip-types.patch
- updated to 1.0.8 (last version building for all x86 ABIs)
[packages/QATzip.git] / QATzip-types.patch
1 --- QATzip-1.0.7/utils/qzip.h.orig      2021-12-14 09:45:23.000000000 +0100
2 +++ QATzip-1.0.7/utils/qzip.h   2022-02-18 06:28:11.223837829 +0100
3 @@ -118,8 +118,8 @@
4  #define QZ_FILELIST_DEFAULT_NUM_PER_NODE           1000
5  
6  /* archiveproperties develop ID */
7 -#define QZ7Z_DEVELOP_PREFIX             0x3ful
8 -#define QZ7Z_DEVELOP_ID                 ('Q'*1ul<<32|'A'<<24|'T'<<16|'7'<<8|'z')
9 +#define QZ7Z_DEVELOP_PREFIX             0x3full
10 +#define QZ7Z_DEVELOP_ID                 ('Q'*1ull<<32|'A'<<24|'T'<<16|'7'<<8|'z')
11  #define QZ7Z_DEVELOP_SUBID              0x0a01ul
12  
13  
This page took 0.075737 seconds and 3 git commands to generate.