X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=pctb%2Fstructure.h;h=008c183421dd1a00a8148f5872240cc2d40d466c;hb=aac1ada93b1c972e964f53c47dccd0fe4f8aff3a;hp=c6a8c9a9280a909a3dd296df2ad39551f93b1b01;hpb=75979fe69d99518d9f79d45fb52eb76e05f58053;p=ypp-sc-tools.web-live.git diff --git a/pctb/structure.h b/pctb/structure.h index c6a8c9a..008c183 100644 --- a/pctb/structure.h +++ b/pctb/structure.h @@ -41,8 +41,7 @@ CanonImage *alloc_canon_image(int w, int h); } \ if (DEBUGP(rect)) { \ fprintf(debug, "%4d ",y); \ - int r= fwrite(im->d + y*w, 1,w, debug); \ - eassert(r==w); \ + fwrite(im->d + y*w, 1,w, debug); \ fputc('\n',debug); \ } \ } \