projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
improved info status items for the playlist selector
[paraslash.git]
/
oggdec.c
diff --git
a/oggdec.c
b/oggdec.c
index b1ddd975c065839edfbd146d7c37c47b3a99438b..3554eb1b8ff3c6135d47e21c88e5abfd480b0dc5 100644
(file)
--- a/
oggdec.c
+++ b/
oggdec.c
@@
-61,7
+61,7
@@
static size_t cb_read(void *buf, size_t size, size_t nmemb, void *datasource)
errno = EAGAIN;
return -1;
}
- ret = MIN(nmemb, have / size) * size;
+ ret =
PARA_
MIN(nmemb, have / size) * size;
memcpy(buf, p, ret);
pod->converted += ret;
return ret;