rpms/audacious-plugins/F-12 audacious-plugins-2.2-ladspa-restore.patch, 1.1, 1.2

Michael Schwendt mschwendt at fedoraproject.org
Thu Feb 4 11:08:35 UTC 2010


Author: mschwendt

Update of /cvs/pkgs/rpms/audacious-plugins/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2058

Modified Files:
	audacious-plugins-2.2-ladspa-restore.patch 
Log Message:


audacious-plugins-2.2-ladspa-restore.patch:
 ladspa.c |   25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

Index: audacious-plugins-2.2-ladspa-restore.patch
===================================================================
RCS file: /cvs/pkgs/rpms/audacious-plugins/F-12/audacious-plugins-2.2-ladspa-restore.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- audacious-plugins-2.2-ladspa-restore.patch	4 Feb 2010 11:06:23 -0000	1.1
+++ audacious-plugins-2.2-ladspa-restore.patch	4 Feb 2010 11:08:34 -0000	1.2
@@ -1,6 +1,6 @@
 diff -Nur audacious-plugins-2.2-orig/src/ladspa/ladspa.c audacious-plugins-2.2-ladspa/src/ladspa/ladspa.c
 --- audacious-plugins-2.2-orig/src/ladspa/ladspa.c	2009-11-22 23:49:53.000000000 +0100
-+++ audacious-plugins-2.2-ladspa/src/ladspa/ladspa.c	2010-02-04 12:03:19.000000000 +0100
++++ audacious-plugins-2.2-ladspa/src/ladspa/ladspa.c	2010-02-04 12:07:59.000000000 +0100
 @@ -145,7 +145,6 @@
  
  static void restore(void)
@@ -30,7 +30,7 @@ diff -Nur audacious-plugins-2.2-orig/src
 +        continue;
 +    }
 +	bn = g_path_get_basename(file);
-+    g_free(string);
++    g_free(file);
 +	instance = add_plugin(get_plugin_by_id(bn,id));
 +    g_free(bn);
  	if (!instance)



More information about the scm-commits mailing list