]> git.tuebingen.mpg.de Git - paraslash.git/commit
mood.c: Remove a dead store and fix the documentation of mood_load().
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 20 May 2025 20:10:31 +0000 (22:10 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 21 May 2025 16:16:07 +0000 (18:16 +0200)
commitb569d5b13ff8e1861fd6618b8c5c57fe8534a8a7
tree02c3e1c91da365cbfd77ad2b7ce8619562888900
parent64d0e6a1b83e9ff385cb635d887084f225057f02
mood.c: Remove a dead store and fix the documentation of mood_load().

The function returns 1 on success, not the number of admissible files.

Found by the clang analyzer.
mood.c