X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2Ffb-charconv.c;h=9c54c883779daa84262fc14b009ba99de4340ff6;hb=638afb438a73eee8efa9dc6179c3cd39572847cf;hp=a7ba616f77dc14ed48bb23b0ed7958c4623aa615;hpb=d4bd861a91d3e9d9ed08336e553d5b9d851f1e64;p=libucw.git diff --git a/charset/fb-charconv.c b/charset/fb-charconv.c index a7ba616f..9c54c883 100644 --- a/charset/fb-charconv.c +++ b/charset/fb-charconv.c @@ -49,7 +49,7 @@ fb_cc_spout(struct fastbuf *f) static void fb_cc_close(struct fastbuf *f) { - bclose(FB_CC(f)->out); + bflush(FB_CC(f)->out); xfree(f); }