OSDN Git Service

Revert commit e02e41373ea3, we're always initializing the TNAME string
authorRob Landley <rob@landley.net>
Fri, 10 Jun 2016 22:58:56 +0000 (17:58 -0500)
committerRob Landley <rob@landley.net>
Fri, 10 Jun 2016 22:58:56 +0000 (17:58 -0500)
commitd32309a3c0014e7e6c3d2a2fcd5ed9fb19cb6585
tree1c402dd32a12a23de1d064e4e43331473990d218
parent082dadce554e8a37eb34ea1f9a727feadea04073
Revert commit e02e41373ea3, we're always initializing the TNAME string
field (that's the ptb/tb switching in get_ps) so it's never blank, so
this doesn't trigger. (Conditionally initializing it would save runtime
memory, but at the expense of more complex code.)
toys/posix/ps.c