X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bench%2Fcompose.c;h=4198e326b34b3eefc61820a044d8d98d82ad28f6;hb=a4c0852687cf0d185fff0ee05a5d28140e8ce3e3;hp=6951bd52b7a7c31c304a343c29ce9983e84f1c51;hpb=40aab05e77d746beca4119bb254e534e449f9130;p=platform%2Fupstream%2Flibxkbcommon.git diff --git a/bench/compose.c b/bench/compose.c index 6951bd5..4198e32 100644 --- a/bench/compose.c +++ b/bench/compose.c @@ -45,8 +45,8 @@ main(void) ctx = test_get_context(CONTEXT_NO_FLAG); assert(ctx); - path = test_get_path("compose/en_US.UTF-8/Compose"); - file = fopen(path, "r"); + path = test_get_path("locale/en_US.UTF-8/Compose"); + file = fopen(path, "rb"); if (file == NULL) { perror(path); free(path);