OSDN Git Service

glx/glvnd: list the strcmp arguments in correct order
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 1 Sep 2016 09:36:44 +0000 (10:36 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 5 Sep 2016 10:59:25 +0000 (11:59 +0100)
commit7757de1ebfb4855a8c91d96be8c41d71c50a02ff
tree92618fc056e7970c16edc441fac75a2bf2ff445c
parent8e9b6161eb327f9fb030b976a6078376f80a8f9b
glx/glvnd: list the strcmp arguments in correct order

Currently, due to the inverse order, strcmp will produce negative result
when the needle is towards the start of the haystack. Thus on the next
iteration(s) we'll end up further towards the end and eventually fail to
locate the entry.

Cc: "12.0" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
(cherry picked from commit 62b224d428e04760dc96afb93873d67683337f88)
src/glx/glxglvnd.c