summaryrefslogtreecommitdiffstats
path: root/plugins/check_procs.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_procs.c')
-rw-r--r--plugins/check_procs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_procs.c b/plugins/check_procs.c
index 2c8c379..87f0024 100644
--- a/plugins/check_procs.c
+++ b/plugins/check_procs.c
@@ -193,7 +193,7 @@ main (int argc, char **argv)
193 strip (procargs); 193 strip (procargs);
194 194
195 /* Some ps return full pathname for command. This removes path */ 195 /* Some ps return full pathname for command. This removes path */
196 procprog = base_name(procprog); 196 strcpy(procprog, base_name(procprog));
197 197
198 /* we need to convert the elapsed time to seconds */ 198 /* we need to convert the elapsed time to seconds */
199 procseconds = convert_to_seconds(procetime); 199 procseconds = convert_to_seconds(procetime);