File procmeter3-3.4a-array.patch of Package procmeter
--- procmeterp.h
+++ procmeterp.h
@@ -80,7 +80,7 @@
{
ProcMeterOutput *output; /*+ The output that this represents. +*/
- char label[PROCMETER_NAME_LEN];/*+ The label for the output. +*/
+ char label[PROCMETER_NAME_LEN+1];/*+ The label for the output. +*/
RunOption menu_run; /*+ The function that can be run for this output. +*/