]> git.tue.mpg.de Git - paraslash.git/commit
mood.c: Add no_attributes_set mood method.
authorAndre Noll <maan@systemlinux.org>
Sat, 29 Sep 2007 11:39:34 +0000 (13:39 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 29 Sep 2007 11:39:34 +0000 (13:39 +0200)
commita1ba8789e586943643e38979465be3af83840540
tree5f4c12381281b79871bff5979d438577e1767f9b
parent07010f70da6ea0ba9940116eef83abeb02fa8d5d
mood.c: Add no_attributes_set mood method.

Also fix a bug in mm_played_rarely_parser(): If no arg was
specified in the mood definition, a NULL pointer is passed to that
function, so it must not blindly dereference that pointer.
mood.c