On Sat, Jan 04, 2003 at 09:53:14PM +0100, Krister Walfridsson wrote:
> OK to commit?
Other than a style nit:
if (..)
{
...
}
else
{
...
}
should be:
if (..) {
...
} else {
...
}
this looks good to me.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>