Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [Patch] incorrect pointer type of elem in getlanginfo()
- X-seq: zsh-workers 34815
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Theo Buehler <theo@xxxxxxxxxxxx>
- Subject: Re: [Patch] incorrect pointer type of elem in getlanginfo()
- Date: Sun, 29 Mar 2015 06:20:55 +0000
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=YwJ2ye58GC1NrhJ1O8WD9ShBGkc=; b=Mt7882 +aD1U8dsk59lB2f5CJhzEcJw0CtLxgxZwnlnMd/SlEfOMUdlzfkmct3zU4GU3evK UyJKYq1e/8UIosYxFsCkrQ8IepfE1ETwrVcV13aBOrsSIW4Tp9T3mK3sr6cxDuub auU7q9IqMTxVcKku80+5QX/Eq9REln/Fh2ACk=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=YwJ2ye58GC1NrhJ1O8WD9ShBGkc=; b=SZpyi DvqwphTgEawrWquRlJHmoR+ZS+5SKMAZyWznq86q4t6Y7SCiCdOLrrsefxK+2KF5 7Xs3a3ouZ3prk2VG4qn/1AYcA1+MhUQis6g9h6Nr06zi35wLWXWlcYNeZBF/cE1+ mgjOiI7XZHA0FReKnifpWEVkVwjKeFKdr1cyBU=
- In-reply-to: <20150328125139.GB16118@math.ethz.ch>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20150328125139.GB16118@math.ethz.ch>
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