(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:
parent
a156902d5f
commit
953e5f6dc7
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ xdprval(struct valstr *val, char *sep)
|
|||
break;
|
||||
s = e;
|
||||
}
|
||||
prnf("\"");
|
||||
pr("\"");
|
||||
} else
|
||||
pr("%snil", sep);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue