msg: Do not call message with out of bounds index
The loop above finishes when i == plurals
, so i++ is out of bounds.
Additionally, the while will freeze the current thread.
Fixes: #226 (closed)
The loop above finishes when i == plurals
, so i++ is out of bounds.
Additionally, the while will freeze the current thread.
Fixes: #226 (closed)