Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: some unicode issues [was Re: PATCH: fix 4, was Re: unpatch: metafying zle line]
- X-seq: zsh-workers 21633
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: some unicode issues [was Re: PATCH: fix 4, was Re: unpatch: metafying zle line]
- Date: Mon, 15 Aug 2005 19:02:14 -0700
- In-reply-to: <20050816004557.GA19190@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200508121021.j7CAL18n012569@xxxxxxxxxxxxxx> <20050815105717.723be294.pws@xxxxxxx> <20050815150648.GA24152@xxxxxxxxxxx> <20050816004557.GA19190@xxxxxxxxxxx>
On Mon, Aug 15, 2005 at 08:45:57PM -0400, Clint Adams wrote:
> sprintf(pb, "%s%s", (cm->prpre ? cm->prpre : "./"), orig);
>
> - if (!ztat(pb, &buf, 1)) {
> + char *blah = ztrdup(pb);
I checked in a change that moved that char* definition up to the start
of the local code block.
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author