Merge remote-tracking branch 'ffmancera/bug24861'

This commit is contained in:
Nick Mathewson
2018-01-12 13:29:53 -05:00
3 changed files with 22 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
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".