LEDs: Fix string comparison bug
authorDaniel Stone <daniel@fooishbar.org>
Thu, 22 Mar 2012 14:32:23 +0000 (14:32 +0000)
committerDaniel Stone <daniel@fooishbar.org>
Thu, 22 Mar 2012 14:32:23 +0000 (14:32 +0000)
commitb6c79ad0d82fddfa0c020e73337b4c92a72d9781
tree1dee5553f0cdf6bb244a40108685a014e5ea4861
parent504cc0b858fefac8ea7e8911e60c1b961e225ec4
LEDs: Fix string comparison bug

This resulted in duplicate sets of modifiers, since we were comparing
pointer equality of two strings, rather than string equality.  Oops.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
src/xkbcomp/indicators.c