aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--iconv/gconv_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iconv/gconv_int.h b/iconv/gconv_int.h
index 44d4d36445..8333a215c7 100644
--- a/iconv/gconv_int.h
+++ b/iconv/gconv_int.h
@@ -129,7 +129,7 @@ extern struct gconv_module *__gconv_modules_db;
char *result; \
char *tmp; \
size_t cnt = 0; \
- size_t suffix_len = suffix == NULL ? 0 : strlen (suffix); \
+ size_t suffix_len = (suffix) == NULL ? 0 : strlen (suffix); \
\
while (*cp != '\0') \
if (*cp++ == '/') \