Skip to content

render_buf was too big

Mark Andrews requested to merge marka-render_buf-was-too-big into main

It was misdeclared as a array of pointers (uint8_t*[]) and there where too many elements (64 * 1024) instead of (64 * 1024 - 1).

Merge request reports