From 757e418090e1038b183d3776aa8a3c55260369ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Kopal?= Date: Wed, 17 Mar 2021 11:18:33 +0100 Subject: Rename abs to ABS to avoid clash with standard definitions. Fixes #10353. (#10354) --- health/health_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'health') 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) { -- cgit v1.2.3