From 953e5f6dc740f0f05a37cd61e280326f568d655a Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Sat, 26 Mar 2005 17:21:23 +0000 Subject: [PATCH] (xdprval): Only use of prnf() that is not for telegram text. Replace by pr() in preparation of output conversion of telegram text for the UTF-8 option. --- src/lib/commands/xdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/commands/xdump.c b/src/lib/commands/xdump.c index f19cd12a..e549c15d 100644 --- a/src/lib/commands/xdump.c +++ b/src/lib/commands/xdump.c @@ -320,7 +320,7 @@ xdprval(struct valstr *val, char *sep) break; s = e; } - prnf("\""); + pr("\""); } else pr("%snil", sep); break;