Merge pull request #608 from lipx1508/patch-1

Fix a small formatting error
This commit is contained in:
Gwenhael Goavec-Merou 2026-01-08 11:23:28 +01:00 committed by GitHub
commit e77af309e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ int CH347Jtag::usb_xfer(unsigned wlen, unsigned rlen, unsigned *ract, bool defer
{
int actual_length = 0;
if (_verbose) {
fprintf(stderr, "usb_xfer: deferred: %lld\n", obuf - _obuf);
fprintf(stderr, "usb_xfer: deferred: %ld\n", obuf - _obuf);
}
if (defer && !rlen && obuf - _obuf + wlen < (MAX_BUFFER - 12)) {
obuf += wlen;