changeset 1983:041d40c0f640 trunk

[svn] - forgot a variable
author nenolod
date Sat, 18 Nov 2006 19:46:18 -0800
parents cf33371e7ac3
children 8c4788221049
files ChangeLog audacious/input.c
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Nov 18 19:44:58 2006 -0800
+++ b/ChangeLog	Sat Nov 18 19:46:18 2006 -0800
@@ -1,3 +1,11 @@
+2006-11-19 03:44:58 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2953]
+  - enhancements to the NewVFS probing layer.
+  
+  trunk/audacious/input.c |   36 ++++++++++++++++++++++++++++++++----
+  1 file changed, 32 insertions(+), 4 deletions(-)
+
+
 2006-11-16 20:14:22 +0000  Tony Vroon <chainsaw@gentoo.org>
   revision [2949]
   Updated dutch translation.
--- a/audacious/input.c	Sat Nov 18 19:44:58 2006 -0800
+++ b/audacious/input.c	Sat Nov 18 19:46:18 2006 -0800
@@ -464,6 +464,7 @@
     gchar *tmp = NULL, *ext;
     gchar *filename_proxy;
     VFSFile *fd;
+    gint ret = 1;
 
     g_return_if_fail(filename != NULL);
     g_return_if_fail(title != NULL);
@@ -528,6 +529,7 @@
     gchar *tmp = NULL, *ext;
     gchar *filename_proxy;
     VFSFile *fd;
+    gint ret = 1;
 
     if (filename == NULL)
 	return NULL;
@@ -650,6 +652,7 @@
     InputPlugin *ip;
     gchar *filename_proxy;
     VFSFile *fd;
+    gint ret = 1;
 
     filename_proxy = g_strdup(filename);