[trivial-timeout-devel] Small bug found in the Clozure Common Lisp

Gary King gwking at metabang.com
Sun Sep 21 00:02:37 UTC 2008


I've just pushed this fix. Thanks

> File: with-timeout.lisp
>
> Original code:(Line 87 and 88)
>     (* ,gseconds #+(or openmcl ccl)
>        ccl:*ticks-per-second* #+digitool 60)
>
> Fix:(Line 87 and 88)
>     (* ,seconds-symbol #+(or openmcl ccl)
>        ccl:*ticks-per-second* #+digitool 60)

--
Gary Warren King, metabang.com
Cell: (413) 559 8738
Fax: (206) 338-4052
gwkkwg on Skype * garethsan on AIM







More information about the trivial-timeout-devel mailing list