mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
5 lines
214 B
Plaintext
5 lines
214 B
Plaintext
|
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.
|