X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Ffb-multi.c;h=097804c128ccb5a6900903ee71ab1148f96d3d37;hb=959566090f98dd31eaa67d3d5959b641e5fe902b;hp=a49f537fe1e26d0b80b82f3386806bcef3821a62;hpb=34085a429809c8edb02d629d8be45a9dd00a3066;p=libucw.git diff --git a/ucw/fb-multi.c b/ucw/fb-multi.c index a49f537f..097804c1 100644 --- a/ucw/fb-multi.c +++ b/ucw/fb-multi.c @@ -106,7 +106,7 @@ fbmulti_refill(struct fastbuf *f) fbmulti_set_ptrs(f); // Refill the subbuf - uns len = FB_MULTI(f)->cur->fb->refill(FB_MULTI(f)->cur->fb); + uint len = FB_MULTI(f)->cur->fb->refill(FB_MULTI(f)->cur->fb); if (len) { fbmulti_get_ptrs(f); @@ -258,7 +258,7 @@ int main(int argc, char **argv) { char *data[] = { "One\nLine", "Two\nLines", "Th\nreeLi\nnes\n" }; struct fastbuf fb[ARRAY_SIZE(data)]; - for (uns i=0;i