Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [Patch] incorrect pointer type of elem in getlanginfo()



Theo Buehler wrote on Sat, Mar 28, 2015 at 13:51:39 +0100:
> In the function getlanginfo() in Src/Modules/langinfo.c,
> `int *elem' should be `nl_item *elem':
> 
> This can be seen by the return type of liitem() when elem is initialized
> on line 411 of and by the call nl_langinfo(*elem) on line 415.

Thanks for the detailed report, pushed.



Messages sorted by: Reverse Date, Date, Thread, Author