[BACK]Return to fnmatch.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/gen/fnmatch.c between version 1.24 and 1.25

version 1.24, 2011/01/31 19:10:18 version 1.25, 2012/03/25 16:31:23
Line 192  fnmatchx(const char *pattern, const char
Line 192  fnmatchx(const char *pattern, const char
                 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;
                                 }                                  }
                         }                          }

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

CVSweb <webmaster@jp.NetBSD.org>