|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.24, 2011/01/31 19:10:18 | version 1.25, 2012/03/25 16:31:23 | ||
|---|---|---|---|
|
|
||
| case '\\': | case '\\': | ||
| if (!(flags & FNM_NOESCAPE)) { | if (!(flags & FNM_NOESCAPE)) { | ||
| if ((c = FOLDCASE(*pattern++, flags)) == EOS) { | if ((c = FOLDCASE(*pattern++, flags)) == EOS) { | ||
| c = '\\'; | c = '\0'; | ||
| --pattern; | --pattern; | ||
| } | } | ||
| } | } |