From 36c754f274dd439e5a7ebf2401427c1d51b21302 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Fri, 16 Mar 2001 22:13:41 +0000 Subject: [PATCH] missing space in AAAA output [RT #1051] --- bin/dig/nslookup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/dig/nslookup.c b/bin/dig/nslookup.c index dae124ca82..4a874187e4 100644 --- a/bin/dig/nslookup.c +++ b/bin/dig/nslookup.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nslookup.c,v 1.81 2001/03/13 01:03:43 mws Exp $ */ +/* $Id: nslookup.c,v 1.82 2001/03/16 22:13:41 bwelling Exp $ */ #include @@ -134,7 +134,7 @@ static const char *rtypetext[] = { "key = ", /* 25 */ "px = ", /* 26 */ "gpos = ", /* 27 */ - "has AAAA address", /* 28 */ + "has AAAA address ", /* 28 */ "loc = ", /* 29 */ "next = ", /* 30 */ "rtype_31 = ", /* 31 */