Fix oops recovery in xdprval()
Failed to print the separator, which could run fields together.
This commit is contained in:
parent
504f035450
commit
f3e9526472
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ xdprval(struct valstr *val, char *sep)
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
CANT_REACH();
|
CANT_REACH();
|
||||||
pr("0");
|
pr("%snil", sep);
|
||||||
}
|
}
|
||||||
return " ";
|
return " ";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue