Initialise the result in oggplay_mul_signed_overflow_generic
commit404316e5957370b3c854a86910c237c90746c325
authorViktor Gal <viktor.gal@maeth.com>
Sun, 30 Aug 2009 22:59:20 +0000 (31 00:59 +0200)
committerViktor Gal <viktor.gal@maeth.com>
Sun, 30 Aug 2009 23:30:59 +0000 (31 01:30 +0200)
treedd37fdf41a362666153bdd4c7c55f09f2ac698ad
parent382bd97f18d22a764466136bfb8328fba11c70cc
Initialise the result in oggplay_mul_signed_overflow_generic

to eliminate compiler warnings, that the result is may not be
initialised. but as a matter of fact of course it will be iff the
result hasn't overflown (it will be non-null).
src/liboggplay/oggplay_private.h