diff options
Diffstat (limited to 'usr.bin/dig/lib/dns/rdata/generic/hinfo_13.c')
-rw-r--r-- | usr.bin/dig/lib/dns/rdata/generic/hinfo_13.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/dig/lib/dns/rdata/generic/hinfo_13.c b/usr.bin/dig/lib/dns/rdata/generic/hinfo_13.c index 8e0acea36c4..080e11e1687 100644 --- a/usr.bin/dig/lib/dns/rdata/generic/hinfo_13.c +++ b/usr.bin/dig/lib/dns/rdata/generic/hinfo_13.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: hinfo_13.c,v 1.12 2020/02/26 18:47:59 florian Exp $ */ +/* $Id: hinfo_13.c,v 1.13 2020/09/14 08:40:43 florian Exp $ */ /* * Reviewed: Wed Mar 15 16:47:10 PST 2000 by halley. @@ -33,9 +33,9 @@ totext_hinfo(ARGS_TOTEXT) { REQUIRE(rdata->length != 0); dns_rdata_toregion(rdata, ®ion); - RETERR(txt_totext(®ion, ISC_TRUE, target)); + RETERR(txt_totext(®ion, 1, target)); RETERR(isc_str_tobuffer(" ", target)); - return (txt_totext(®ion, ISC_TRUE, target)); + return (txt_totext(®ion, 1, target)); } static inline isc_result_t |