]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove a needless changefile. (Needless because bug not released.)
authorNick Mathewson <nickm@torproject.org>
Fri, 12 Jan 2018 18:30:06 +0000 (13:30 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 12 Jan 2018 18:30:06 +0000 (13:30 -0500)
changes/ticket24861 [deleted file]

diff --git a/changes/ticket24861 b/changes/ticket24861
deleted file mode 100644 (file)
index beddb77..0000000
+++ /dev/null
@@ -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".