1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00

21557: Thorsten Dahlheimer: BRACE_CCL fix

This commit is contained in:
Peter Stephenson 2005-08-02 09:23:38 +00:00
parent ea0a5b2662
commit 15d4118cb9
2 changed files with 6 additions and 1 deletions

@ -1,3 +1,8 @@
2005-08-02 Peter Stephenson <pws@csr.com>
* 21557: Thorsten Dahlheimer: Src/glob.c: BRACE_CCL was broken
for character 255.
2005-08-01 Wayne Davison <wayned@users.sourceforge.net>
* unposted: Test/B03print.ztst: some slight improvements to

@ -1919,7 +1919,7 @@ xpandbraces(LinkList list, LinkNode *np)
}
pl = str - str3;
len = pl + strlen(++str2) + 2;
for (p = ccl + 255; p-- > ccl;)
for (p = ccl + 256; p-- > ccl;)
if (*p) {
c1 = p - ccl;
if (imeta(c1)) {