From 39f6be3f64a6c5c0a1ec0ee8a1d905160381b71f Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Sat, 27 Jan 2024 21:42:24 +0100 Subject: WIP: Thread-safe colour management --- fiv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fiv.c') diff --git a/fiv.c b/fiv.c index f4f612e..1514d4a 100644 --- a/fiv.c +++ b/fiv.c @@ -2583,7 +2583,7 @@ on_app_handle_local_options(G_GNUC_UNUSED GApplication *app, return 0; } - fiv_io_profile_init(); + fiv_io_cmm_init(); // Normalize all arguments to URIs, and run thumbnailing modes first. for (gsize i = 0; o.args && o.args[i]; i++) { -- cgit v1.2.3-54-g00ecf