commit dfee179d9b6418bd06e1effb6a89baa6335b45ee parent 5c0ee5b8b3641d5610c91e5ef8a60fbcb790bdd3 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 12 Nov 2009 15:57:26 +0000 fix Diffstat:
| M | src/plugins/flvextractor.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/flvextractor.c b/src/plugins/flvextractor.c @@ -179,7 +179,7 @@ static int readASDate(const unsigned char **data, *len -= 8; *zone = readInt(&ptr); - len -= 2; + *len -= 2; *data = ptr; return 0;