Path: utzoo!attcan!uunet!husc6!bloom-beacon!apple!voder!pyramid!prls!mips!sultra!dtynan From: dtynan@sultra.UUCP (Dermot Tynan) Newsgroups: comp.os.minix Subject: Re: AST-6pack clock support Keywords: Nobody's perfect... Message-ID: <2314@sultra.UUCP> Date: 10 Sep 88 04:43:11 GMT References: <2313@sultra.UUCP> Organization: Ultrasystems DSI, Sunnyvale, CA Lines: 22 > + if (gtclk(2) < secs) > + return; > + } OK, so no-one's perfect. Here's what happened. I finished the code late last night (*very* late!), and while reviewing it today, noticed that the above comparison was '>' - I thought about this, and came to the conclusion; "That *couldn't* work it should be "less-than". I changed it, posted the diffs, etc, and THEN realized that I had been right originally (Am I the only one who does that?? -- I once deleted a whole block of code for a system I was developing for a client, because it looked like total BS, only to realize the next day, that it was actually correct. Thank God for backups!). Anyway, in case you hadn't already noticed, change the above line to read; if (gtclk(2) > secs) return; Sorry! - Der -- Reply: dtynan@sultra.UUCP (Dermot Tynan @ Tynan Computers) {mips,pyramid}!sultra!dtynan Cast a cold eye on life, on death. Horseman, pass by... [WBY]