(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.
This commit is contained in:
Ron Koenderink 2005-03-26 17:21:23 +00:00
parent a156902d5f
commit 953e5f6dc7

View file

@ -320,7 +320,7 @@ xdprval(struct valstr *val, char *sep)
break;
s = e;
}
prnf("\"");
pr("\"");
} else
pr("%snil", sep);
break;