aboutsummaryrefslogtreecommitdiff
path: root/lib/parsetime.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/parsetime.c')
-rw-r--r--lib/parsetime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parsetime.c b/lib/parsetime.c
index 7fce266..feac307 100644
--- a/lib/parsetime.c
+++ b/lib/parsetime.c
@@ -92,7 +92,7 @@ parse_time_interval(const char *str, time_t *pint, const char **endp)
str = p;
if (*str) {
- if (rc = time_multiplier(str, &mul, &len))
+ if ((rc = time_multiplier(str, &mul, &len)))
break;
str += len;
} else

Return to:

Send suggestions and report system problems to the System administrator.