]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-resp.c
CI: Add warning exemptions for Sun C (suncc-5.14) on Solaris 10
[tcpdump] / print-resp.c
index 112152aa4074c3fcda6014ac3ff0480dc7a3926a..1cefbaccda53e3ba1ab191f9d43c2ed21e3fb157 100644 (file)
@@ -205,7 +205,7 @@ static int resp_get_length(netdissect_options *, const u_char *, int, const u_ch
     ND_PRINT(" \"");                                   \
     if (nd_printn(_ndo, _bp, _len, _ndo->ndo_snapend)) \
         goto trunc;                                    \
-    fn_print_char(_ndo, '"');
+    ND_PRINT("\"");
 
 void
 resp_print(netdissect_options *ndo, const u_char *bp, u_int length)