Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [patch] minor patch to remove duplicates
- X-seq: zsh-workers 40119
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Eitan Adler <lists@xxxxxxxxxxxxxx>, Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: [patch] minor patch to remove duplicates
- Date: Wed, 07 Dec 2016 13:45:25 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s2048; t=1481114726; bh=MeThrNVo7TtnP/lLykhoL7mJCXB3tAUAjKYoV2oVOF0=; h=In-reply-to:From:References:To:Subject:Date:From:Subject; b=iMgJmhqoHaqXkju6PwZ1wRGSsEagFxe+E8mjrlOFctzoPoHe0ytEOqav4QFaRfKDJzMZ7HGzBOW+B90yr2HX501xvC/sUFC5E2PLTU4WfcaqxFDeJJkmpX1xrCTyMcaXyayXOaCuiOwwZMCwjeNEDLovkqPQD1xhokSCD5DjpsGq10I9HZj52/KcnXwrYl1C916wl+j1AHJp2SHiLs9PtMzm2g+tFvqdxy+9pLzYif05Fmq512LBVal0eNOJRKwash1VJhapMYfcX+/hVTp2Nmd91TfJCEZIewknWlOlzg3nq2gyaEcclLB9erl2uVs7jlLItjxYnYb7rFTDJpSxCw==
- In-reply-to: <20161207120835.GA1828@fujitsu.shahaf.local2>
- 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: <CAF6rxgk3Q7fmmMUr-r-LEpQaE7qB1_X84Wr1W4BORKkG8B-MPw@mail.gmail.com> <20161207120835.GA1828@fujitsu.shahaf.local2>
Daniel Shahaf wrote:
> The patch changed the meaning of this sentence. Wasn't the sentence
> more accurate before the patch?
Prompted by this, I had a closer look and the following is also not
the right fix:
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1589,7 +1589,7 @@ struct zpc_disables_save {
/*
* Bit vector of ZPC_COUNT disabled characters.
* We'll live dangerously and assumed ZPC_COUNT is no greater
- * than the number of bits an an unsigned int.
+ * than the number of bits an unsigned int.
The original intention was probably "in an".
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author