On 03/07/2020 07:34, Andreas Metzler wrote: > There is a typo in the patch on +fixes: > > receive.c:1787:1: warning: implicit declaration of function 'exim_gettime'; > did you mean 'exim_gettimg'? [-Wimplicit-function-declaration] > 1787 | exim_gettime(&message_id_tv);
> -extern void exim_gettimg(struct timeval *); > +extern void exim_gettime(struct timeval *); Hah. Thanks for noticing. I'll quietly fix that in some future commit. -- Cheers, Jeremy