mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
341 B

--- ./src/plugins/local/local.c.orig 2004-12-18 06:28:45.956675320 +0100
+++ ./src/plugins/local/local.c 2004-12-18 06:29:02.772118984 +0100
@@ -838,9 +838,7 @@
}
}
- status = taglib_file_save(file);
- if (! status)
- g_set_error(err, 0, 0, _("unable to save file"));
+ taglib_file_save(file);
}
else
{