mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-23 17:32:53 +00:00
Previously, the buffer_index parameter was unused, causing all writes to use the buffer index of zero, which is not necessarily what is wanted all the time. Thankfully, all current usages don't use a buffer index other than zero, so this just prevents a bug before it has a chance to spring.