parent
d705c5d97c
commit
70683f7deb
|
@ -204,7 +204,7 @@ XkbFindFileInPath(struct xkb_context *ctx,
|
||||||
if (file == NULL) {
|
if (file == NULL) {
|
||||||
ERROR("Couldn't open file (%s/%s/%s): %s\n",
|
ERROR("Couldn't open file (%s/%s/%s): %s\n",
|
||||||
xkb_context_include_path_get(ctx, i), typeDir, name,
|
xkb_context_include_path_get(ctx, i), typeDir, name,
|
||||||
strerror(-errno));
|
strerror(errno));
|
||||||
ACTION("Ignored\n");
|
ACTION("Ignored\n");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue