Guest User

Untitled

a guest
Jun 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Index: mupdf/fitz/stm_filter.c
  2. ===================================================================
  3. --- mupdf/fitz/stm_filter.c (revision 1258)
  4. +++ mupdf/fitz/stm_filter.c (working copy)
  5. @@ -22,7 +22,7 @@
  6. assert(out->wp <= out->ep);
  7.  
  8. f->consumed = in->rp > oldrp;
  9. - f->produced = out->wp > oldwp;
  10. + f->produced = out->wp > oldwp && reason != fz_ioneedin;
  11. f->count += out->wp - oldwp;
  12.  
  13. /* iodone or error */
Add Comment
Please, Sign In to add comment