Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: ls $PWD/<TAB>



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