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

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