From b8cc43ae9ccf98b3c8f747e3e32cfabb09aae9db Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 30 Apr 2010 20:12:40 +0100 Subject: [PATCH] fixes --- backends/innduct.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/backends/innduct.c b/backends/innduct.c index 04d3399..5997b57 100644 --- a/backends/innduct.c +++ b/backends/innduct.c @@ -1,14 +1,10 @@ /* - * bugs - * - - [740] warning: corrupted file: /home/ian/things/Innfeed/inn2-2.4.5/fee, offset 349: line partially blanked: in ` @050000002D130000006A0000000000000000@ midlen= midlen; art->ipf= ipf; ipf->inprogress++; art->token= TextToToken(tokentextbuf); - art->offset= ipf->offset; + art->offset= old_offset; art->blanklen= recsz; strcpy(art->messageid, space+1); LIST_ADDTAIL(queue, art); -- 2.30.2