X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/32e24ead3b2a171e5f5eff50d7231c2514eda9b4..ad92d9ae65dd4ff385abd7a68d467d61a6dd417f:/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++; }