Benjamin Berg
6209b22e3b
print: Fix match error propagation
...
The FPI_MATCH_ERROR constant was set to 0, however it is propagated to
the task completion using g_task_propagate_int. As g_task_propagate_int
will always return -1 on error, we either need to add an explicit -1
check or we just need to match the semantics.
Change the constant to -1, also rearange FP_MATCH_SUCCESS so that it
does not end up being 0.
2019-12-05 11:46:11 +00:00
..
2019-12-04 19:49:07 +00:00
2019-12-04 18:52:18 +01:00
2019-11-20 11:03:09 +01:00
2018-05-24 12:23:39 +02:00
2019-12-04 18:50:46 +01:00
2019-11-27 21:40:44 +01:00
2019-11-20 11:03:09 +01:00
2019-12-04 18:52:19 +01:00
2019-11-27 21:40:44 +01:00
2019-12-04 19:49:07 +00:00
2019-11-20 11:03:09 +01:00
2019-12-04 18:50:46 +01:00
2019-11-20 11:03:09 +01:00
2019-12-04 18:50:46 +01:00
2019-11-20 11:03:09 +01:00
2019-11-28 20:41:45 +00:00
2019-11-20 13:53:45 +01:00
2019-11-20 13:53:45 +01:00
2019-11-20 13:53:45 +01:00
2019-11-20 13:53:45 +01:00
2019-11-20 13:53:45 +01:00
2019-11-20 13:53:45 +01:00
2019-11-20 11:03:09 +01:00
2019-12-03 17:31:22 +01:00
2019-11-20 11:03:09 +01:00
2019-11-20 11:03:09 +01:00
2019-11-25 18:59:46 +01:00
2019-12-04 18:50:46 +01:00
2019-12-05 11:46:11 +00:00
2019-12-04 20:43:53 +01:00
2019-12-04 20:43:53 +01:00
2019-12-04 18:52:19 +01:00
2019-11-20 11:03:09 +01:00
2019-11-20 20:38:06 +01:00
2019-11-22 17:07:56 +01:00
2019-11-20 20:38:06 +01:00
2019-11-20 11:03:09 +01:00
2019-12-04 18:52:20 +01:00