projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Introduce the vss task.
[paraslash.git]
/
mp3_afh.c
diff --git
a/mp3_afh.c
b/mp3_afh.c
index
7802e6a
..
4093a31
100644
(file)
--- a/
mp3_afh.c
+++ b/
mp3_afh.c
@@
-273,7
+273,7
@@
static void mp3_get_id3(unsigned char *map, size_t numbytes, off_t *fpos)
return;
*fpos = numbytes - 128;
if (strncmp("TAG", (char *) map + *fpos, 3)) {
return;
*fpos = numbytes - 128;
if (strncmp("TAG", (char *) map + *fpos, 3)) {
- PARA_DEBUG_LOG("
%s", "
no id3 tag\n");
+ PARA_DEBUG_LOG("no id3 tag\n");
return;
}
*fpos = numbytes - 125;
return;
}
*fpos = numbytes - 125;