]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-zephyr.c
Add, and use, macros to do locale-independent case mapping.
[tcpdump] / print-zephyr.c
index bce7394b26ef0eb18e28306ae4b5a2be558b2d92..d2fbf4d05346d471d9276fc591f141f28099548b 100644 (file)
@@ -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++;
     }