Re: CVS: commit uwog wv lfo.c

From: J.M. Maurer <uwog_at_uwog.net>
Date: Sun Oct 22 2006 - 11:25:17 CEST

> > +static int
> > +multiplication_will_overflow(U32 a, U32 b)
> > +{
> > + if((a > 0) && (b > 0) && (G_MAXUINT / a) >= b) {
>
> I believe the use of G_MAXUINT will break the win32 2.4.x build (I'm
> not
> sure which version of wv is used for the mac build).

Good point. Easy fix though. Thanks for pointing it out (I only test
unix atm, will make sure all platforms compile before 2.4.6 is out).

Marc
Received on Sun Oct 22 11:26:35 2006

This archive was generated by hypermail 2.1.8 : Sun Oct 22 2006 - 11:26:36 CEST