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]



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