summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorMichel Thierry <michel.thierry@intel.com>2017-02-23 07:27:36 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2017-02-23 07:29:40 +0000
commitd204f2d5df6d51dcfaf5e64e5a9876de753907e8 (patch)
tree84368631de98038a120a9f39c23ed3e42e55ae5d /overlay
parent5d037bd140eca13e1b71b9eaea80cea766b85965 (diff)
igt/drv_hangman: Fix checking of strcasecmp against expectation
Comparing strcasecmp against a bool promotes the bool into an integer and not force strcasecmp to be a bool. Since strcasecmp can return negative or positive values for error (not a boolean!) we need to convert into a boolean before comparing against our expectation. Signed-off-by: Michel Thierry <michel.thierry@intel.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'overlay')
0 files changed, 0 insertions, 0 deletions