parent
af2c83b664
commit
853b7502f4
|
@ -46,10 +46,10 @@ main(void)
|
||||||
path = test_get_path("compose/en_US.UTF-8/Compose");
|
path = test_get_path("compose/en_US.UTF-8/Compose");
|
||||||
file = fopen(path, "r");
|
file = fopen(path, "r");
|
||||||
if (file == NULL) {
|
if (file == NULL) {
|
||||||
perror(path);
|
perror(path);
|
||||||
free(path);
|
free(path);
|
||||||
xkb_context_unref(ctx);
|
xkb_context_unref(ctx);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
xkb_context_set_log_level(ctx, XKB_LOG_LEVEL_CRITICAL);
|
xkb_context_set_log_level(ctx, XKB_LOG_LEVEL_CRITICAL);
|
||||||
|
|
Loading…
Reference in New Issue