From: Miek Gieben Date: Thu, 24 Feb 2005 15:31:11 +0000 (+0000) Subject: comment added X-Git-Tag: release-0.50~369 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb43374568b482d99a6933026e1da8cd40f4d5a5;p=thirdparty%2Fldns.git comment added --- diff --git a/host2str.c b/host2str.c index 88dff489..254cccff 100644 --- a/host2str.c +++ b/host2str.c @@ -113,6 +113,7 @@ ldns_rdf2buffer_str_dname(ldns_buffer *output, ldns_rdf *dname) data[src_pos] == ')') { ldns_buffer_printf(output, "\\%c", data[src_pos]); + /* isprint!? */ } else if (!isascii(data[src_pos])) { ldns_buffer_printf(output, "\\%03u", data[src_pos]); } else {