[pisa-src] Re: r2188 - trunk/libpisa/sysdep.h

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sun, 21 Mar 2010 13:02:11 +0100

On Sun, Mar 21, 2010 at 12:56:45PM +0100, Mircea Gherzan wrote:
> Diego Biurrun <diego@xxxxxxxxxx> wrote:
> > -        ts.tv_sec  = tv.tv_sec;
> > -        ts.tv_nsec = tv.tv_usec * 1000;
> > +        ts->tv_sec  = tv.tv_sec;
> > +        ts->tv_nsec = tv.tv_usec * 1000;
> 
> Mmmmm... no comment :)

Do you now understand why I doubted this code was compiled? :)

> Do you have access to a Mac?

Yes, I have a PowerBook G4 running OS X 10.4.

Diego

Other related posts: