From: Dan A. <da...@gm...> - 2004-02-06 19:45:58
|
On Fri, Feb 06, 2004 at 08:03:28PM +0100, Daniel Gl?ckner wrote: > The source of this bug is a typo in fileblock.c. > Where it says > > if (CO_RC(OK)) > > it should be > > if (CO_OK(rc)) Fix applied, thanks. -- Dan Aloni da...@gm... |