eina: comparing less than zero with unsigned long int
authorSubodh Kumar <s7158.kumar@samsung.com>
Mon, 9 Oct 2017 23:37:47 +0000 (16:37 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Mon, 9 Oct 2017 23:37:50 +0000 (16:37 -0700)
commitf418d62af3624ce6d1a9667bb500ef59d9389d7a
tree876c4eb4e2a96236db53020b29574c47d972fa00
parent3991f40cb9b7731115d8391ea2463200fc05c7f6
eina: comparing less than zero with unsigned long int

Summary:
Unsigned integer should not be compared to less than zero
@fix

Test Plan: NA

Reviewers: cedric

Reviewed By: cedric

Subscribers: jpeg

Differential Revision: https://phab.enlightenment.org/D5269

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
src/lib/eina/eina_file.c
src/lib/eina/eina_file_win32.c