diff src/audacious/input.c @ 3171:93d2cda7e072 trunk

Automated merge with ssh://hg.atheme.org//hg/audacious
author William Pitcock <nenolod@atheme-project.org>
date Thu, 26 Jul 2007 14:25:23 -0500
parents 603577228518 b1964057a1a0
children 7628b2b7a688
line wrap: on
line diff
--- a/src/audacious/input.c	Thu Jul 26 14:22:26 2007 -0500
+++ b/src/audacious/input.c	Thu Jul 26 14:25:23 2007 -0500
@@ -380,6 +380,8 @@
                 continue;
             if (ip->is_our_file != NULL)
                 ret = ip->is_our_file(filename_proxy);
+            else
+                ret = 0;
             if (ret > 0)
             {
                 g_free(filename_proxy);