[MPlayer-cvslog] r32021 - trunk/stream/cache2.c

compn tempn at twmi.rr.com
Fri Aug 27 02:26:52 CEST 2010


On Thu, 26 Aug 2010 23:06:24 +0200 (CEST), cehoyos wrote:
>-    struct sigaction sa = { .sa_handler = SIG_IGN };
>+    struct sigaction sa = { 0 };
>+    sa.sa_handler = SIG_IGN;

so are the {} needed anymore?

-compn


More information about the MPlayer-cvslog mailing list