mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
06368e5310
Define TOR_PRIuSZ as minGW compiler doesn't support zu format specifier for
size_t type.
Fixes #24861 on ac9eebd.
Signed-off-by: Fernando Fernandez Mancera <ffernandezmancera@gmail.com>
6 lines
255 B
Plaintext
6 lines
255 B
Plaintext
o Minor bugfix (zu format specifier on minGW):
|
|
- Fix minGW compatibility issue. Define TOR_PRIuSZ as minGW compiler
|
|
doesn't support zu format specifier for size_t type. Fixes bug 24861;
|
|
bugfix on ac9eebd6363.
|
|
Patch by "ffmancera".
|