|
RE: Microseconds in hWaitForInput: msg#00008lang.haskell.glasgow.bugs
> From libraries/base/cbits/inputReady.c: > > tv.tv_sec = msecs / 1000; > tv.tv_usec = msecs % 1000; > > This should be (msecs % 1000) * 1000, right? usec stands for > microseconds. > See http://www.haskell.org/onlinereport/io.html#sect21.9.1. Fixed, thanks. Cheers, Simon
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | ghc 5.04 bug, Thomas Johnsson |
|---|---|
| Next by Date: | RE: ghc 5.04 bug, Simon Marlow |
| Previous by Thread: | ghc 5.04 bug, Thomas Johnsson |
| Next by Thread: | RE: Errors from Haskell, C/C++ Objects Linkage, Simon Marlow |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |