Bug in README.md

This commit is contained in:
Mid 2025-09-27 20:56:40 +03:00
parent d0ccaff719
commit cca8f02870

View File

@ -41,7 +41,7 @@ TODO: signed integer writing
} }
static void on_exit_element(EBMLReader *reader) { static void on_exit_element(EBMLReader *reader) {
// If needed, the current element ID can be found at `reader->inside.id`. // If needed, the exitee element ID can be found at `reader->idStack[reader->currentDepth - 1]`.
// Use accumulated buffer here. // Use accumulated buffer here.