diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-05 10:30:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-05 10:30:50 -0400 |
commit | b4bd4964eba5b0dae811a5c28c664b8f78a0672c (patch) | |
tree | 724c575c34c06ed78f4642b2fc2ecb7bde7f4d31 /changes/bug3894_fmt_doubles | |
parent | 981e896dd2eaf69798bb503c271306ee779dd6d2 (diff) | |
parent | 0bec9f320b81a85ba3596e9780b1cf7c770dfb31 (diff) | |
download | tor-b4bd4964eba5b0dae811a5c28c664b8f78a0672c.tar.gz tor-b4bd4964eba5b0dae811a5c28c664b8f78a0672c.zip |
Merge remote-tracking branch 'public/format_doubles'
Conflicts:
src/or/geoip.c
Diffstat (limited to 'changes/bug3894_fmt_doubles')
-rw-r--r-- | changes/bug3894_fmt_doubles | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug3894_fmt_doubles b/changes/bug3894_fmt_doubles new file mode 100644 index 0000000000..0cd0aa28d1 --- /dev/null +++ b/changes/bug3894_fmt_doubles @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Format more doubles with %f, not %lf. Patch from grarpamp to make + Tor build correctly on older BSDs again. Fixes bug 3894; bugfix on + Tor 0.2.0.8-alpha. |