summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorTomáš Kopal <Tomas.Kopal@eccam.com>2021-03-17 11:18:33 +0100
committerGitHub <noreply@github.com>2021-03-17 12:18:33 +0200
commit757e418090e1038b183d3776aa8a3c55260369ca (patch)
treef53db26063920be1299776ae138140f9e94aa655 /health
parentde2ac5a34b1212c0b024dd9676816e19ea809485 (diff)
Rename abs to ABS to avoid clash with standard definitions. Fixes #10353. (#10354)
Diffstat (limited to 'health')
-rw-r--r--health/health_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/health_config.c b/health/health_config.c
index 1acf369335..e24acf77c1 100644
--- a/health/health_config.c
+++ b/health/health_config.c
@@ -384,7 +384,7 @@ static inline int health_parse_db_lookup(
}
// sane defaults
- *every = abs(*after);
+ *every = ABS(*after);
// now we may have optional parameters
while(*s) {