changeset 4597:aec8fc12e075

prevent endless loop
author Tomasz Mon <desowin@gmail.com>
date Sat, 31 May 2008 14:19:52 +0200
parents a77d02342ee1
children a2cbde1af409 19add87af18a
files src/audacious/playlist.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/playlist.c	Sat May 31 14:17:15 2008 +0200
+++ b/src/audacious/playlist.c	Sat May 31 14:19:52 2008 +0200
@@ -243,6 +243,7 @@
         } else {
             mowgli_object_unref(entry->tuple);
             entry->tuple = NULL;
+            return TRUE;
         }
     }