From 2c553ede1ca6293d44e6b909d8824c7938ce5c31 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 27 Jul 2011 18:01:34 +0300 Subject: New format `pic': displays attached picture. * scheme/idest/format/pic.scm: New format. --- libid3tag/compat.gperf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libid3tag') diff --git a/libid3tag/compat.gperf b/libid3tag/compat.gperf index 71e28d0..8b0b696 100644 --- a/libid3tag/compat.gperf +++ b/libid3tag/compat.gperf @@ -270,7 +270,7 @@ translate_APIC(struct id3_frame *frame, char const *oldid, if ((rc = id3_field_parse(&frame->fields[3], &data, end - data, &encoding)) == -1) break; - /* Picture date */ + /* Picture data */ if ((rc = id3_field_parse(&frame->fields[4], &data, end - data, &encoding)) == -1) break; -- cgit v1.2.1