Merge remote-tracking branch 'rl1987/bug26283'

This commit is contained in:
Nick Mathewson
2018-06-12 08:17:48 -04:00
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (C correctness):
- Avoid casting return value of smartlist_len() to double as
compiler does not like it when -Wbad-function-cast is on.
Fixes bug 26283; bugfix on 0.2.4.10-alpha.