On Wed, May 29, 2002 at 06:42:59AM -0000, [EMAIL PROTECTED] wrote: > ctx->remaining = get_chunk_size(line);
There remains a type mismatch in this code (ctx->remaining is an apr_off_t while get_chunk_size() returns a long). Will this cause any problems? I'm thinking get_chunk_size can just return an apr_off_t, but I'm too sleepy to think about this right now. :) -aaron
