summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2011-11-11 23:49:02 -0500
committerNick Mathewson <nickm@torproject.org>2011-11-11 23:49:53 -0500
commitaf12a7ac002cd1900e586461baac617b68a624f8 (patch)
tree51cced87607b33e6e4e5f5169017de63f371b228 /changes
parenta2ecf131f335132518a94a9a2cd831f8bd66bf56 (diff)
downloadtor-af12a7ac002cd1900e586461baac617b68a624f8.tar.gz
tor-af12a7ac002cd1900e586461baac617b68a624f8.zip
Fix test_util.c compilation on MSVC
"Those '{}' constructs are not well liked by MSVC (cl v.16.xx)." Received on tor-dev; fixes bug on 0.2.3.3-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/fix-msvc4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/fix-msvc b/changes/fix-msvc
new file mode 100644
index 0000000000..62f05476b9
--- /dev/null
+++ b/changes/fix-msvc
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Make util unit tests build correctly with MSVC. Bugfix on
+ 0.2.3.3-alpha. Patch by Gisle Vanem.
+