[ogg-dev] [PATCH] skeleton.c

ogg.k.ogg.k at googlemail.com ogg.k.ogg.k at googlemail.com
Thu Feb 14 04:35:44 PST 2008


> btw. you forgot to modify the memset, should be:
>
> - memset(&op, 0, sizeof(op));
> + memset(op, 0, sizeof(*op));

Oops. Thanks for checking.


More information about the ogg-dev mailing list