From 6a00717f5b818aa07ea60d66b19eab18861f6c9a Mon Sep 17 00:00:00 2001 From: Konrad Kuchciak Date: Tue, 23 Mar 2021 13:30:11 +0100 Subject: [PATCH] Use livedump_pid() according to its new signature Change-Id: Ic1de766063ca005a7b472bb8eb7cf377cd19649f --- src/action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/action.c b/src/action.c index 6f6f762..af6f698 100644 --- a/src/action.c +++ b/src/action.c @@ -165,7 +165,7 @@ static void livedump_pid_thread_cb(GTask *task, goto finish; } - ret = (livedump_pid(ad->ds->process->pid, reason, ad->report_path, PATH_MAX) == FALSE); + ret = livedump_pid(ad->ds->process->pid, reason, ad->report_path, PATH_MAX); finish: free(actual_str); -- 2.34.1