summary refs log tree commit diff
path: root/pkgs/applications/misc/ptask/json_c_is_error.patch
blob: 435c8b26e6f7e090ef9aba48ddb7d33ec0ed1090 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/tw.c b/src/tw.c
index 602f7b3..ca601cd 100644
--- a/src/tw.c
+++ b/src/tw.c
@@ -163,7 +163,7 @@ static struct json_object *task_exec_json(const char *opts)
 
 	free(cmd);
 
-	if (o && is_error(o))
+	if (!o)
 		return NULL;
 
 	return o;