Re: [PATCH] notmuch-show: use correct format specifier for ssize_t

2021-02-05 Thread Đoàn Trần Công Danh
On 2021-02-02 19:52:20+0200, Tomi Ollila wrote: > On Mon, Feb 01 2021, David Bremner wrote: > > > Đoàn Trần Công Danh writes: > > > >> Signed-off-by: Đoàn Trần Công Danh > >> --- > >> > >> I found this after inspecting one of my build today. > >> I'm not sure what is acceptable action. > >>

Re: [PATCH] notmuch-show: use correct format specifier for ssize_t

2021-02-05 Thread David Bremner
Đoàn Trần Công Danh writes: > Signed-off-by: Đoàn Trần Công Danh applied to master d ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-le...@notmuchmail.org

Re: [PATCH] notmuch-show: use correct format specifier for ssize_t

2021-02-02 Thread Tomi Ollila
On Mon, Feb 01 2021, David Bremner wrote: > Đoàn Trần Công Danh writes: > >> Signed-off-by: Đoàn Trần Công Danh >> --- >> >> I found this after inspecting one of my build today. >> I'm not sure what is acceptable action. >> I think using %zd is the right move. >> But I'm not sure if you

Re: [PATCH] notmuch-show: use correct format specifier for ssize_t

2021-02-01 Thread David Bremner
Đoàn Trần Công Danh writes: > Signed-off-by: Đoàn Trần Công Danh > --- > > I found this after inspecting one of my build today. > I'm not sure what is acceptable action. > I think using %zd is the right move. > But I'm not sure if you prefer to case ssize to long int. > If I understand

[PATCH] notmuch-show: use correct format specifier for ssize_t

2021-01-24 Thread Đoàn Trần Công Danh
Signed-off-by: Đoàn Trần Công Danh --- I found this after inspecting one of my build today. I'm not sure what is acceptable action. I think using %zd is the right move. But I'm not sure if you prefer to case ssize to long int. notmuch-show.c | 2 +- 1 file changed, 1 insertion(+), 1