Re: [PATCH 1/6] libpager: Fix mixing up success and error

2021-05-08 Thread Samuel Thibault
Sergey Bugaev, le jeu. 06 mai 2021 15:56:26 +0300, a ecrit: > _pager_pagemap_resize () returns an error or 0 on success, > not a boolean. Quite trivially bogus indeed :) Applied, thanks! > --- > libpager/offer-page.c | 27 ++- > 1 file changed, 14 insertions(+), 13

[PATCH 1/6] libpager: Fix mixing up success and error

2021-05-06 Thread Sergey Bugaev
_pager_pagemap_resize () returns an error or 0 on success, not a boolean. --- libpager/offer-page.c | 27 ++- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/libpager/offer-page.c b/libpager/offer-page.c index 9f090bcb..ddea236a 100644 ---