aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/redshift.c')
-rw-r--r--src/redshift.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/redshift.c b/src/redshift.c
index 6e9b627..bcd9db9 100644
--- a/src/redshift.c
+++ b/src/redshift.c
@@ -169,6 +169,7 @@ get_colour_settings(struct colour_setting *colour_out, enum period *period_out,
printf(_("Solar elevation: %f\n"), elevation);
}
*day_level_out = (elevation - scheme.elevation.low) / scheme.elevation.range;
+ /* TODO ensure scheme.elevation.range==0 is supported */
} else {
/* Static scheme, no dayness-level or peroid; day_settings == nigh_settings, use either */