Changeset 832 for trunk/dll/assoc.c
- Timestamp:
- Sep 5, 2007, 4:09:22 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/dll/assoc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/assoc.c
r793 r832 361 361 } 362 362 else 363 exclude = FALSE; 364 didmatch = wildcard((strchr(p, '\\') || 365 strchr(p, ':')) ? datafile : file, p, FALSE); 363 exclude = FALSE; 364 if ((*p == '*') && 365 !((p[strlen(p) - 1]) == '*')) 366 didmatch = wildcard((strchr(p, '\\') || 367 strchr(p, ':')) ? datafile : file, p, FALSE); 368 else 369 didmatch = wildcard2((strchr(p, '\\') || 370 strchr(p, ':')) ? datafile : file, p, FALSE); 366 371 if (exclude && didmatch) 367 372 didmatch = FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.
