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

Re: PATCH: 3.1.5-pws-3: (subscripts) Re: Problem with associative arrays



On Dec 17, 12:53pm, Sven Wischnowsky wrote:
} Subject: Re:  PATCH: 3.1.5-pws-3: (subscripts) Re: Problem with associativ
}
} ...minus one `s', it seems:
} 
} *** os/params.c	Thu Dec 17 12:20:23 1998
} --- Src/params.c	Thu Dec 17 12:49:07 1998
} ***************
} *** 663,669 ****
} !     return (*ss == ']' && !s[1]);
} --- 663,669 ----
} !     return (*ss == ']' && !ss[1]);

How odd.  I have `ss' in my copy ... I must have accidentally whacked it
somehow when scanning through the patch after I piped diff into my mail
buffer.  Sorry about that.

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



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