chiark / gitweb /
fixes
[innduct.git] / backends / innduct.c
index 04d3399b38df5a5ee809627de974eaa828e0ee83..5997b579f603ea8fae325bbc91d1e630a46e189b 100644 (file)
@@ -1,14 +1,10 @@
 /*
- * bugs
- *
-
- [740] <sit> warning: corrupted file: /home/ian/things/Innfeed/inn2-2.4.5/fee, offset 349: line partially blanked: in `                                                  @050000002D130000006A0000000000000000@ <mi'..
-
-
-
+ * warning if no inotify
+ * inotify not working ?
  * some per-conn info thing for control
 
  * todo
  *  - actually do something with readable on control master
  *  - option for realsockdir
  *  - option for filepoll
@@ -1917,7 +1913,7 @@ static void *feedfile_got_article(oop_source *lp, oop_read *rd,
   art->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);