aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-dummy.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-dummy.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-dummy.c')
-rw-r--r--src/gamma-dummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamma-dummy.c b/src/gamma-dummy.c
index cc494e4..9f3e907 100644
--- a/src/gamma-dummy.c
+++ b/src/gamma-dummy.c
@@ -69,7 +69,7 @@ gamma_dummy_set_temperature(
{
(void) state;
(void) preserve;
- printf(_("Temperature: %i\n"), setting->temperature);
+ printf(_("Temperature: %lu\n"), setting->temperature);
return 0;
}