Index: apps/buffering.c =================================================================== --- apps/buffering.c (revision 28205) +++ apps/buffering.c (working copy) @@ -651,7 +651,7 @@ if (!get_metadata((struct mp3entry *)(buffer + h->data), h->fd, h->path)) { /* metadata parsing failed: clear the buffer. */ - memset(buffer + h->data, 0, sizeof(struct mp3entry)); + //AB memset(buffer + h->data, 0, sizeof(struct mp3entry)); } close(h->fd); h->fd = -1;