> At 2:03 PM -0800 2/18/02, Keith Rollin wrote:
> >Perhaps there's a problem with the way I convert ticks to
> >microseconds? Here's my code:
> >
> > // Convert ticks to microseconds.
> >
> > hostTimeout.tv_sec = timeout / sysTicksPerSecond;
> > hostTimeout.tv_usec = (timeout % sysTicksPerSecond) *
> >(1000000 / sysTicksPerSecond);
> > hTp = &hostTimeout;
--- Today, Keith Rollin wrote:
> What? No one found the problem? So much for peer code reviews....
> :-)
Hey, I thought you were being rhetorical!
__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please
see http://www.palmos.com/dev/tech/support/forums/