Files
tor/changes/ticket24861
T
Fernando Fernandez Mancera 06368e5310 Fix minGW compatibility issue with zu format specifier.
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>
2018-01-12 17:44:30 +01:00

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".