Commit b6c79ad0d82fddfa0c020e73337b4c92a72d9781

Daniel Stone 2012-03-22T14:32:23

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>