commit | d32309a3c0014e7e6c3d2a2fcd5ed9fb19cb6585 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Fri Jun 10 17:58:56 2016 -0500 |
committer | Rob Landley <rob@landley.net> | Fri Jun 10 17:58:56 2016 -0500 |
tree | 1c402dd32a12a23de1d064e4e43331473990d218 | |
parent | 082dadce554e8a37eb34ea1f9a727feadea04073 [diff] |
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.)