diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 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); |