X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/877753b5c84dfb2236a9646713bb8072f03b3c0b..7df90fa2a2b317d66750a8e595b695e6604672ac:/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++; }