diff options
author | Fernando Fernandez Mancera <ffernandezmancera@gmail.com> | 2018-01-12 17:44:30 +0100 |
---|---|---|
committer | Fernando Fernandez Mancera <ffernandezmancera@gmail.com> | 2018-01-12 17:44:30 +0100 |
commit | 06368e531097d3b973f1f052e77e7ffdecde1b70 (patch) | |
tree | 896316ffa657b1be13b5d358db6f3eb7059fad2b /changes | |
parent | c8c258a4333815e195097a59801397dd7a169828 (diff) | |
download | tor-06368e531097d3b973f1f052e77e7ffdecde1b70.tar.gz tor-06368e531097d3b973f1f052e77e7ffdecde1b70.zip |
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>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket24861 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket24861 b/changes/ticket24861 new file mode 100644 index 0000000000..beddb770b1 --- /dev/null +++ b/changes/ticket24861 @@ -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". |