diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26283 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug26283 b/changes/bug26283 new file mode 100644 index 0000000000..5ec856af84 --- /dev/null +++ b/changes/bug26283 @@ -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. |