[email protected] (Emmanuel Dreyfus) writes: > /* Adjust buffer pointer to skip status prefix */ > *ptr += 2; >+ *count -= 2;
>But such a change breaks ucom. Did I misunderstood the way it should work, >or is it a bug that is worked arond somewhere else? count is the number of bytes delivered to ucom. The two skipped status bytes are not part of that count.
