diff options
Diffstat (limited to 'src/redshift.c')
-rw-r--r-- | src/redshift.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redshift.c b/src/redshift.c index 4774b7e..f46853b 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -1249,7 +1249,7 @@ run_continual_mode(const location_provider_t *provider, information. */ location_t new_loc; int new_available; - provider->handle( + r = provider->handle( location_state, &new_loc, &new_available); if (r < 0) { |