diff audacious/input.c @ 1765:c186ee9524ed trunk

[svn] - enforce the ret = -1 == silent failure rule
author nenolod
date Sun, 01 Oct 2006 00:58:32 -0700
parents 3434eb44b304
children c2a63f41d8c6
line wrap: on
line diff
--- a/audacious/input.c	Sat Sep 30 16:05:40 2006 -0700
+++ b/audacious/input.c	Sun Oct 01 00:58:32 2006 -0700
@@ -415,6 +415,8 @@
             g_free(filename_proxy);
             return ip;
         }
+	else if (ret <= -1)
+	    break;
     }
 
     g_free(filename_proxy);