]> git.pld-linux.org Git - packages/file.git/blob - name-use-count.patch
- fix "use count (30) exceeded" error on some jpg files
[packages/file.git] / name-use-count.patch
1 --- file-5.22/src/file.h~       2015-01-01 18:07:34.000000000 +0100
2 +++ file-5.22/src/file.h        2015-02-19 20:58:10.783901201 +0100
3 @@ -412,7 +412,7 @@
4         uint16_t elf_phnum_max;
5         uint16_t elf_notes_max;
6  #define        FILE_INDIR_MAX                  15
7 -#define        FILE_NAME_MAX                   30
8 +#define        FILE_NAME_MAX                   256
9  #define        FILE_ELF_SHNUM_MAX              32768
10  #define        FILE_ELF_PHNUM_MAX              128
11  #define        FILE_ELF_NOTES_MAX              256
This page took 0.054529 seconds and 3 git commands to generate.