ports/filesystems/httpdirfs
Piotr Kubaj c1e50bcc62 filesystems/httpdirfs: fix build on 32-bits
../src/link.c:998:55: error: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat]
  998 |     snprintf(range_str, sizeof(range_str), "%lu-%lu", start, end);
      |                                             ~~~       ^~~~~
      |                                             %zu
../src/link.c:998:62: error: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat]
  998 |     snprintf(range_str, sizeof(range_str), "%lu-%lu", start, end);
      |                                                 ~~~          ^~~
      |                                                 %zu
2 errors generated.
2025-01-12 22:41:54 +01:00
..
files filesystems/httpdirfs: fix build on 32-bits 2025-01-12 22:41:54 +01:00
distinfo filesystems/httpdirfs: Update to 1.2.7 2024-12-27 20:08:03 +01:00
Makefile filesystems/httpdirfs: Update to 1.2.7 2024-12-27 20:08:03 +01:00
pkg-descr filesystems/httpdirfs: Update to 1.2.7 2024-12-27 20:08:03 +01:00