Commit 370ca28c authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

param: We have a generic string tweak

I checked the git history to understand this comment.
parent d4e54f92
......@@ -378,7 +378,6 @@ tweak_string(struct vsb *vsb, const struct parspec *par, const char *arg)
char **p = TRUST_ME(par->priv);
AN(p);
/* XXX should have tweak_generic_string */
if (arg == NULL) {
VSB_quote(vsb, *p, -1, 0);
} else if (arg == JSON_FMT) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment