[vlc-devel] [PATCH 7/8] avoid zero sized struct
Rémi Denis-Courmont
remi at remlab.net
Wed Apr 14 17:58:41 CEST 2010
It should probably be char rather than void *.
Le mercredi 14 avril 2010 17:53:19 Francois Cartegnie, vous avez écrit :
> ---
> src/stream_output/announce.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/src/stream_output/announce.c b/src/stream_output/announce.c
> index 3944705..252b597 100644
> --- a/src/stream_output/announce.c
> +++ b/src/stream_output/announce.c
> @@ -37,6 +37,7 @@
>
> struct announce_method_t
> {
> + void *foo;
> } sap_method;
>
> /*************************************************************************
> ***
>
--
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis
More information about the vlc-devel
mailing list