]> granicus.if.org Git - strace/commit
xlat.c: cleanup printxvals_ex a bit
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 7 May 2018 06:51:06 +0000 (08:51 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 5 Jun 2018 11:04:09 +0000 (11:04 +0000)
commit9fd42fc53a3197bce9134e854a4cf9e1a008ef3b
tree8bb5f29691a73df9ea2fbde938c75b52e6cf3cc1
parent27850e48f360f45578d1d6e09a07516580594198
xlat.c: cleanup printxvals_ex a bit

* xlat.c (printxvals_ex): Change "str" variable visibility to the whole
function, jump to va_end instead of duplicating call and return, return
!!str.
xlat.c