X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flocale%2Flocaled.c;h=fedcdfb373c83899a2fcf12357f6cf1ce233b4f6;hp=6b1a793d3b44f2aab179f49978985ca8a755aa6b;hb=641906e9366891e0ad3e6e38b7396a427678c4cf;hpb=4d1a69043862ed979642f5688097160355d4cc81 diff --git a/src/locale/localed.c b/src/locale/localed.c index 6b1a793d3..fedcdfb37 100644 --- a/src/locale/localed.c +++ b/src/locale/localed.c @@ -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;