On Thu, 13 Aug 2009 22:06:27 +0200, Mark wrote: > Chris Young wrote: > > FETCH_ERROR_NO_ERROR is therefore correct. > > > > Although technically if FRead returns -1 we do have an error, so that > > code could be improved. > > > Understood; r9265 hopefully handles that - involves casting ULONG to > long for the -1 I suppose that's reasonable
I suppose so. The FETCH_DATA callback underneath probably needs to be bypassed if len is -1 (or 0?) Regards Chris
