From fc93c8b69998abd65c6abbf35ab4efb8c6d68992 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 17 Jul 2011 19:09:53 +0300 Subject: Minor changes. --- src/idop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/idop.c') diff --git a/src/idop.c b/src/idop.c index d36d05a..e8e6aaf 100644 --- a/src/idop.c +++ b/src/idop.c @@ -204,7 +204,7 @@ field_binary_from_string(union id3_field *field, const char *str) for (i = 0; i < len; i++) { unsigned char b; char *p; - + p = strchr(xdig, *str++); if (!p) { free(field->binary.data); -- cgit v1.2.1