GNOME Bugzilla – Bug 623881
aiffmux.c divide by zero
Last modified: 2010-07-09 14:47:13 UTC
Created attachment 165516 [details] [review] Fixes divide-by-zero error. MSVC emits a divide-by-zero error when compiling aiffmux.c on line 205. The attached, untested patch resolves the issue on Windows. It hasn't been compiled on other platforms yet.
Looks good to me. Too bad we can't use isinf(). I'll commit that.