summaryrefslogtreecommitdiffhomepage
path: root/auto/types
diff options
context:
space:
mode:
Diffstat (limited to 'auto/types')
-rw-r--r--auto/types/sizeof4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/types/sizeof b/auto/types/sizeof
index 2cd1fb89d..4d65dca16 100644
--- a/auto/types/sizeof
+++ b/auto/types/sizeof
@@ -54,7 +54,7 @@ case $ngx_size in
ngx_max_value=2147483647
fi
- ngx_max_len='sizeof("-2147483648") - 1'
+ ngx_max_len='(sizeof("-2147483648") - 1)'
;;
8)
@@ -64,7 +64,7 @@ case $ngx_size in
ngx_max_value=9223372036854775807L
fi
- ngx_max_len='sizeof("-9223372036854775808") - 1'
+ ngx_max_len='(sizeof("-9223372036854775808") - 1)'
;;
*)