Mercurial > audlegacy-plugins
changeset 1182:8df9aab3897e trunk
[svn] - Bleh, squash the evil warning! Must compile without warnings!
author | nazca |
---|---|
date | Tue, 12 Jun 2007 17:26:51 -0700 |
parents | 2f3397e53b05 |
children | a2c80a07fca8 |
files | ChangeLog src/lastfm/lastfm.c |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Jun 09 06:16:03 2007 -0700 +++ b/ChangeLog Tue Jun 12 17:26:51 2007 -0700 @@ -1,3 +1,11 @@ +2007-06-09 13:16:03 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [2556] + - memory cleanups, purify-assisted. + + trunk/src/paranormal/libcalc/dict.c | 7 +++---- + 1 file changed, 3 insertions(+), 4 deletions(-) + + 2007-06-09 13:10:17 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [2554] - fix invalid write of size 4 (actuators.c:56)
--- a/src/lastfm/lastfm.c Sat Jun 09 06:16:03 2007 -0700 +++ b/src/lastfm/lastfm.c Tue Jun 12 17:26:51 2007 -0700 @@ -468,4 +468,4 @@ g_free(LastFMGlobalData); } -DECLARE_PLUGIN(lastfm, init, cleanup, NULL, NULL, NULL, NULL, NULL); +DECLARE_PLUGIN(lastfm, init, cleanup, NULL, NULL, NULL, NULL, NULL)