X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fcc-usb.c;h=5da36fe90f997748cd6f1321fc0881ff6a5e0d6f;hb=ee110425fb814780476d1d3d8a257af126f41763;hp=a85765af120d61aabe0421cc578108f4e98b94ad;hpb=2d9b8a83a2d9f495199033e43f519d26f27938fe;p=fw%2Faltos diff --git a/lib/cc-usb.c b/lib/cc-usb.c index a85765af..5da36fe9 100644 --- a/lib/cc-usb.c +++ b/lib/cc-usb.c @@ -226,6 +226,7 @@ cc_usb_printf(struct cc_usb *cc, char *format, ...) memcpy(cc->out_buf + cc->out_count, b, this_time); cc->out_count += this_time; ret -= this_time; + b += this_time; while (cc->out_count >= CC_BUF) cc_usb_sync(cc); }