Evas language: Fixed compiler warning about unsigned comparison.
authorTom Hacohen <tom@stosb.com>
Tue, 12 Mar 2013 11:17:05 +0000 (11:17 +0000)
committerTom Hacohen <tom@stosb.com>
Tue, 12 Mar 2013 11:17:17 +0000 (11:17 +0000)
commit26a5cdc63bff3babbefe116221aeb0d8b5520dbc
tree48d6299e6577dc7b9da8e44ef15cb474924c65d0
parentf4ff9a1a3eda20f578357ef30bb661c707d5f028
Evas language: Fixed compiler warning about unsigned comparison.

comparison of unsigned expression >= 0 is always true.

Thanks to vtorri for the report.
src/lib/evas/common/language/evas_language_utils.c