eta: fix run_str_condensed overflow with maximum jobs
authorSitsofe Wheeler <sitsofe@yahoo.com>
Sat, 23 Dec 2017 08:01:01 +0000 (08:01 +0000)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Sun, 24 Dec 2017 23:34:39 +0000 (23:34 +0000)
commit318b945706c2ade88785cb1d545ee03f2faf7946
tree86f6e1d249ee748d8369d8e935921b9034879cb8
parent38aef42dad8d84cdf9a3fd4efb2db93868377fd3
eta: fix run_str_condensed overflow with maximum jobs

When the maximum number of jobs all have a different state to their
previous job, run_str didn't have space for the terminating null. Fix
this by making run_str one character larger.

Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
eta.c