From cca8f02870268536cdcbf84b422cedbf88c9c25f Mon Sep 17 00:00:00 2001 From: Mid <> Date: Sat, 27 Sep 2025 20:56:40 +0300 Subject: [PATCH] Bug in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0e1898..a9c1aeb 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ TODO: signed integer writing } 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.