Commit b526d08
authored
getPluralIndex return value bug fixed
After reading the gnu doc:
https://www.gnu.org/savannah-checkouts/gnu/gettext/manual/html_node/Plural-forms.html
(Note: this uses the feature of C expressions that boolean expressions have to value zero or one)
This is the correct fix.1 parent df909a9 commit b526d08
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments