projects
/
platform
/
upstream
/
libxkbcommon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1318bed
)
bench/compose: fix compose file path
author
Ran Benita
<ran@unusedvar.com>
Thu, 10 Jun 2021 14:13:57 +0000
(17:13 +0300)
committer
Ran Benita
<ran@unusedvar.com>
Thu, 10 Jun 2021 14:13:57 +0000
(17:13 +0300)
Forgotten in
e2465c2
.
Signed-off-by: Ran Benita <ran@unusedvar.com>
bench/compose.c
patch
|
blob
|
history
diff --git
a/bench/compose.c
b/bench/compose.c
index 7ff0798d2be20e148864a9f02e3803334cfb9cde..4198e326b34b3eefc61820a044d8d98d82ad28f6 100644
(file)
--- a/
bench/compose.c
+++ b/
bench/compose.c
@@
-45,7
+45,7
@@
main(void)
ctx = test_get_context(CONTEXT_NO_FLAG);
assert(ctx);
- path = test_get_path("
compos
e/en_US.UTF-8/Compose");
+ path = test_get_path("
local
e/en_US.UTF-8/Compose");
file = fopen(path, "rb");
if (file == NULL) {
perror(path);