aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-quartz.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-08 13:27:09 +0100
committerMattias Andrée <m@maandree.se>2025-03-08 13:27:09 +0100
commit6a6b10be7642e59ae40f9911282a8e2aa2601d82 (patch)
tree990f445224d9b1f692108965337bdc1dcb0fa3b1 /src/gamma-quartz.c
parentUnlist redshift/issues/291: rejected: will not break backwards compatibility (diff)
downloadredshift-ng-6a6b10be7642e59ae40f9911282a8e2aa2601d82.tar.gz
redshift-ng-6a6b10be7642e59ae40f9911282a8e2aa2601d82.tar.bz2
redshift-ng-6a6b10be7642e59ae40f9911282a8e2aa2601d82.tar.xz
misc
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/gamma-quartz.c')
-rw-r--r--src/gamma-quartz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamma-quartz.c b/src/gamma-quartz.c
index 4645da2..3d7cde3 100644
--- a/src/gamma-quartz.c
+++ b/src/gamma-quartz.c
@@ -83,7 +83,7 @@ quartz_start(struct gamma_state *state, program_mode_t mode)
ramp_size = CGDisplayGammaTableCapacity(display);
if (!ramp_size) {
- weprintf(_("Gamma ramp size too small: %i"), ramp_size);
+ weprintf(_("Gamma ramp size too small: %zu"), (size_t)ramp_size);
return -1;
}