mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
proc_parse: Drop ending ')' from format
%s specificator eats it and matching stream fails. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user