]> git.tue.mpg.de Git - paraslash.git/commit
aft.c: Fix com_add().
authorAndre Noll <maan@systemlinux.org>
Wed, 12 Sep 2007 21:43:16 +0000 (23:43 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 12 Sep 2007 21:43:16 +0000 (23:43 +0200)
commitd330cf697501c14bb696256cb27c9e69b9edf3f4
tree9df9efdf5704a5e01bd0ff9535b1bdd916eafd10
parent32c51e5eef9085285cc4ec4f4d713edb2fab9ac0
aft.c: Fix com_add().

callbacks shall return zero or negative, if no result is provided. So let
com_ls_callback() return zero if no match was found, or if the audio file table
does not contain any entries. Check for ret > 0 in com_add() instead of ret >=
0, i.e. don't use the result pointer if ret is zero.
aft.c