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
- X-seq: zsh-workers 4832
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: PATCH: 3.1.5-pws-3: (subscripts) Re: Problem with associative arrays
- Date: Thu, 17 Dec 1998 04:46:51 -0800
- In-reply-to: <199812171153.MAA09925@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- References: <199812171153.MAA09925@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
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