mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-09-17 01:06:56 +08: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.