aboutsummaryrefslogtreecommitdiff
path: root/src/idop.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-07-08 13:24:28 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-07-08 13:24:28 +0300
commitaeefe0f04e3eb45cec6cbd0ed6296ca0ea2844a6 (patch)
tree571400f860abc11041a27bb922cfc7bff63da1fc /src/idop.c
parentb6d80895594816fcb9f3a7f69a513f985db89272 (diff)
downloadidest-aeefe0f04e3eb45cec6cbd0ed6296ca0ea2844a6.tar.gz
idest-aeefe0f04e3eb45cec6cbd0ed6296ca0ea2844a6.tar.bz2
Minor change.
* src/idop.c (del_tags): Use id3_tag_clearframes.
Diffstat (limited to 'src/idop.c')
-rw-r--r--src/idop.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/idop.c b/src/idop.c
index 7b7f978..c953836 100644
--- a/src/idop.c
+++ b/src/idop.c
@@ -165,5 +165,3 @@ del_tags(const char *name)
abort(); /* FIXME */
- id3_tag_options(tag,
- ID3_TAG_OPTION_ID3V1|ID3_TAG_OPTION_NO_ID3V2,
- ID3_TAG_OPTION_NO_ID3V2);
+ id3_tag_clearframes(tag);
safe_id3_file_update_and_close(file);

Return to:

Send suggestions and report system problems to the System administrator.