From 86bb509ecade86a88be0a50cc859b547bd043bce Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Thu, 12 Oct 2017 14:01:28 -0700 Subject: Fix bug where error code was not handled --- src/redshift.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) { -- cgit v1.2.3-70-g09d2