Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ls $PWD/<TAB>
- X-seq: zsh-workers 9946
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: ls $PWD/<TAB>
- Date: Wed, 1 Mar 2000 04:04:31 +0000
- In-reply-to: <200002291602.RAA21423@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <200002291602.RAA21423@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Feb 29, 5:02pm, Sven Wischnowsky wrote:
} Subject: Re: ls $PWD/<TAB>
}
} -static int
} -subst_parse_str(char *s, int single)
} +static char *
} +subst_parse_str(char **sp, int single)
This doesn't return (char *), it still returns 0 or 1.
Index: Src/subst.c
===================================================================
@@ -701,7 +701,7 @@
/* Parsing for the (e) flag. */
-static char *
+static int
subst_parse_str(char **sp, int single)
{
char *s;
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author