]> git.tuebingen.mpg.de Git - paraslash.git/commit
mood: Don't add files without valid information to the score table.
authorAndre Noll <maan@systemlinux.org>
Wed, 4 Sep 2013 19:18:59 +0000 (19:18 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 13 Oct 2013 13:25:06 +0000 (15:25 +0200)
commit2c85cdfd35ad2a647cef47489e51f2a33c1a4b9b
tree932bcc68902dd97d87d20ec8318808768eeed6a8
parent5e9ded6843a720a4d234ba63143d14e05f4746b4
mood: Don't add files without valid information to the score table.

Currently if get_afsi_of_row() fails, we add the file to the score
list anyway. This function should never fail, and if it does, we are
in serious trouble anyway and should return the proper error code
rather than success.
mood.c