netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=70188d59d7db9d553309062d3acc03889ac0a26b
commit 70188d59d7db9d553309062d3acc03889ac0a26b Author: Alastair Poole <nets...@gmail.com> Date: Wed Mar 3 14:44:40 2021 +0000 process: 128 ASCII 'Z' is 90... --- src/bin/system/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/system/process.c b/src/bin/system/process.c index 8995234..071ad4d 100644 --- a/src/bin/system/process.c +++ b/src/bin/system/process.c @@ -64,7 +64,7 @@ proc_info_kthreads_show_get(void) return _show_kthreads; } -static const char * _states[255]; +static const char * _states[128]; static void _states_init(void) --