From: simonmar Date: Wed, 3 Sep 2003 10:49:19 +0000 (+0000) Subject: [project @ 2003-09-03 10:49:19 by simonmar] X-Git-Tag: nhc98-1-18-release~517 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=d13151cc971aaa7400de7c400ad050e8f8fd7a8d;hp=d13151cc971aaa7400de7c400ad050e8f8fd7a8d;p=ghc-base.git [project @ 2003-09-03 10:49:19 by simonmar] inputReady(): the time calculation for select() was wrong, forgetting to multiply the milliseconds value by 1000 to get microseconds. ---