changeset 1765:c186ee9524ed trunk

[svn] - enforce the ret = -1 == silent failure rule
author nenolod
date Sun, 01 Oct 2006 00:58:32 -0700
parents bbe06e48a952
children 6cbb9360e8e2
files ChangeLog audacious/input.c
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Sep 30 16:05:40 2006 -0700
+++ b/ChangeLog	Sun Oct 01 00:58:32 2006 -0700
@@ -1,3 +1,11 @@
+2006-09-30 23:05:40 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2465]
+  - Spanish translation update from Gustavo Vranjes.
+  
+  trunk/po/es.po |  887 ++++++++++++++-------------------------------------------
+  1 file changed, 228 insertions(+), 659 deletions(-)
+
+
 2006-09-28 17:01:28 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
   revision [2463]
   - now mainwindow remembers "autoscroll songname" setting after returns from shaded mode.
--- 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);