1776629960.FILE5_47-62-g2866af2e.fix-typo.patch 527 B

12345678910111213141516
  1. Subject: Fix typo
  2. Origin: upstream, commit FILE5_47-62-g2866af2e <https://github.com/file/file/commit/FILE5_47-62-g2866af2e>
  3. Author: Christos Zoulas <christos@zoulas.com>
  4. Date: Sun Apr 19 20:19:20 2026 +0000
  5. --- a/src/swap.h
  6. +++ b/src/swap.h
  7. @@ -36,7 +36,7 @@
  8. #if defined(HAVE_BYTESWAP_H)
  9. #define file_swap2(x) bswap_16(x)
  10. #define file_swap4(x) bswap_32(x)
  11. -#define swap8(x) bswap_64(x)
  12. +#define file_swap8(x) bswap_64(x)
  13. #elif defined(HAVE_SYS_BSWAP_H)
  14. #define file_swap2(x) bswap16(x)
  15. #define file_swap4(x) bswap32(x)