17 Oct
2016
17 Oct
'16
12:17 p.m.
On 13/10/16 06:13, ivy.foster@gmail.com wrote:
From: Ivy Foster <ivy.foster@gmail.com>
This allows functions which return an _alpm_errno_t to always return a genuine _alpm_errno_t for consistency, even in cases where there are no errors. Since ALPM_ERR_OK = 0, their callers can still simply check 'err = some_fn(); if (!err) { ... }'.
Great. Thanks, A