chiark / gitweb /
use strneq instead of strncmp
[elogind.git] / src / locale / localed.c
index 6b1a793d3b44f2aab179f49978985ca8a755aa6b..fedcdfb373c83899a2fcf12357f6cf1ce233b4f6 100644 (file)
@@ -854,7 +854,7 @@ static int convert_x11_to_vconsole(DBusConnection *connection) {
                                  * layout stripped off. */
                                 if (x > 0 &&
                                     strlen(a[1]) == x &&
-                                    strncmp(state.x11_layout, a[1], x) == 0)
+                                    strneq(state.x11_layout, a[1], x))
                                         matching = 5;
                                 else  {
                                         size_t w;