X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/d07444a5f284ac724cdc7a120831f1585e7185b9..0f24a43a7e9fbdcff2baae3990939b2bc25d9fd1:/print-zephyr.c diff --git a/print-zephyr.c b/print-zephyr.c index bce7394b..d2fbf4d0 100644 --- a/print-zephyr.c +++ b/print-zephyr.c @@ -134,7 +134,7 @@ str_to_lower(const char *string) zb_string = z_buf; while (*zb_string) { - *zb_string = tolower((unsigned char)(*zb_string)); + *zb_string = ND_TOLOWER((unsigned char)(*zb_string)); zb_string++; }