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

PATCH: Re: cvs <TAB> dumps core.



This was pretty obvious.

Index: Src/Zle/computil.c
===================================================================
@@ -1442,7 +1442,7 @@
 		setsparam(args[3], ztrdup(opt->args->action));
 
 		if (args[4])
-		    setsparam(args[4], tricat(opt->name, "-1", NULL));
+		    setsparam(args[4], tricat(opt->name, "-1", ""));
 
 		return 0;
 	    }

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



Messages sorted by: Reverse Date, Date, Thread, Author