commit a86324d1fa7b8dec8f84d3ab8bd246780b962c92 parent edc87b263f09d09eb96599fde27cd82d7ea5aa13 Author: Nick Mathewson <nickm@torproject.org> Date: Fri, 12 Jan 2018 13:30:06 -0500 Remove a needless changefile. (Needless because bug not released.) Diffstat:
| D | changes/ticket24861 | | | 5 | ----- |
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/changes/ticket24861 b/changes/ticket24861 @@ -1,5 +0,0 @@ - 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".