aboutsummaryrefslogtreecommitdiff
path: root/src/idop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/idop.c')
-rw-r--r--src/idop.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/idop.c b/src/idop.c
index a906a8c..45fd148 100644
--- a/src/idop.c
+++ b/src/idop.c
@@ -29,7 +29,7 @@ set_frame_value(struct id3_frame *frame, const struct ed_item *item)
id3_ucs4_t *ucs4;
const char *condesc;
- switch (frame_id(frame->id)) {
+ switch (frame_to_item_id(frame->id)) {
default:
field = id3_frame_field(frame, 0);
id3_field_settextencoding(field, encoding);
@@ -104,7 +104,6 @@ update_frame(struct id3_tag *tag, const struct ed_item *item)
&& item->condesc) {
/* Special handling for comments */
int i = 0;
- union id3_field *field;
do {
union id3_field *field = id3_frame_field(frame, 2);

Return to:

Send suggestions and report system problems to the System administrator.