diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-01-27 21:42:24 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-01-27 21:42:24 +0100 |
commit | 39f6be3f64a6c5c0a1ec0ee8a1d905160381b71f (patch) | |
tree | aa5c4fef4fcc44bbb742c7b5a356e80f43f1a548 /fiv.c | |
parent | 9dcba6ee6e9f58bb21f64926b2e50492ba11fcf7 (diff) | |
download | fiv-39f6be3f64a6c5c0a1ec0ee8a1d905160381b71f.tar.gz fiv-39f6be3f64a6c5c0a1ec0ee8a1d905160381b71f.tar.xz fiv-39f6be3f64a6c5c0a1ec0ee8a1d905160381b71f.zip |
WIP: Thread-safe colour management
Diffstat (limited to 'fiv.c')
-rw-r--r-- | fiv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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++) { |