Re: [PATCH v13 05/14] apply: use error_errno() where possible

2016-08-31 Thread Stefan Beller
On Sat, Aug 27, 2016 at 11:45 AM, Christian Couder wrote: > To avoid possible mistakes and to uniformly show the errno > related messages, let's use error_errno() where possible. > > Signed-off-by: Christian Couder > --- Looks good, Thanks

[PATCH v13 05/14] apply: use error_errno() where possible

2016-08-27 Thread Christian Couder
To avoid possible mistakes and to uniformly show the errno related messages, let's use error_errno() where possible. Signed-off-by: Christian Couder --- apply.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/apply.c b/apply.c