Re: [PATCH] utils: simplify mkdir_p boolean conditions

2020-12-14 Thread Paul Spooren
Please add the specific project to the subject like [PATCH foobar] On So, Dez 13, 2020 at 11:57, Rui Salvaterra wrote: Just a trivial simplification. Signed-off-by: Rui Salvaterra --- utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils.c b/utils.c index

[PATCH] utils: simplify mkdir_p boolean conditions

2020-12-13 Thread Rui Salvaterra
Just a trivial simplification. Signed-off-by: Rui Salvaterra --- utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils.c b/utils.c index db63238..82af887 100644 --- a/utils.c +++ b/utils.c @@ -164,7 +164,7 @@ int mkdir_p(char *dir, mode_t mask) int ret;