Re: [PATCH v2 1/1] enter.c: Use wmem*() functions with wide-character strings
Greg KH <[email protected]>
| Newsgroups | gmane.mail.mutt.devel |
|---|---|
| Message-ID | <2026021439-visa-quit-21c3@gregkh> |
On Sat, Feb 14, 2026 at 04:22:53PM +0100, Alejandro Colomar wrote: > This improves readability, and makes it more type safe (wmemcpy(3) > doesn't use void*). > > Signed-off-by: Alejandro Colomar <[email protected]> > Cherry-picked-from: neomutt.git 7df621a105e2 (2024-05-09; "Use wmem*() functions with wide-character strings") > [alx: Adapted diff to mutt; changed commit message] > Cc: Greg KH <[email protected]> > Signed-off-by: Alejandro Colomar <[email protected]> Don't know if we are doing acks, but if so: Acked-by: Greg Kroah-Hartman <[email protected]>