Skip to content

msg: Do not call message with out of bounds index

Maximiliano requested to merge msandova/gtranslator:fix-226 into master

The loop above finishes when i == plurals, so i++ is out of bounds. Additionally, the while will freeze the current thread.

Fixes: #226 (closed)

Merge request reports

Loading