Fix sort_scores in the acro plugin - pass the correct number of array entries

to qsort() and properly reconstruct the list.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@224 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2013-01-04 10:11:32 +00:00
parent f51de3a170
commit a1ec2113e9
3 changed files with 40 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
[Changes 1.2c01]
* Fix timers in acro plugin, clears up some build warnings. (caf)
* Clears up a crash and some build warnings in the acro plugin. (caf)
* Applied patches from jdhore to clean up the plugin building
and installing process. (caf)