mirror of
https://github.com/rkd77/elinks.git
synced 2025-10-21 19:54:04 -04:00
Previously, utf8_step_forward() and utf8_step_backward() left *count unchanged if some parameter was invalid. Now, they properly store 0. This flaw had no effect in practice, because all current callers pass count=NULL, and invalid parameters shouldn't be used anyway.