diff src/audacious/playlist.c @ 3867:e48f2f4c116d

- many remained audacious remote functions have been implemented. - audtool improvement in progress.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Mon, 29 Oct 2007 22:21:42 +0900
parents dd5c459c5f2d
children c2b2828186ba
line wrap: on
line diff
--- a/src/audacious/playlist.c	Sun Oct 28 21:37:05 2007 +0100
+++ b/src/audacious/playlist.c	Mon Oct 29 22:21:42 2007 +0900
@@ -1368,7 +1368,7 @@
 playlist_is_position_queued(Playlist *playlist, guint pos)
 {
     PlaylistEntry *entry;
-    GList *tmp;
+    GList *tmp = NULL;
 
     PLAYLIST_LOCK(playlist);
     entry = g_list_nth_data(playlist->entries, pos);