Commit fd0802ab authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

proc_parse: Drop ending ')' from format

%s specificator eats it and matching stream fails.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent 04a6f044
......@@ -2,7 +2,7 @@
#define PROC_PARSE_H__
#define TASK_COMM_LEN 16
#define TASK_COMM_LEN_FMT "(%15s)"
#define TASK_COMM_LEN_FMT "(%15s"
struct proc_pid_stat {
int pid;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment