| 570 | } |
| 571 | |
| 572 | void CModFindFiles::Close(void) { |
| 573 | if (globindex == -1) |
| 574 | return; |
| 575 | globindex = -1; |
| 576 | globfree(&ffres); |
| 577 | } |
| 578 | |
| 579 | bool mod_FindRealFileNameCaseInsenstive(const char *directory, const char *fname, char *new_filename) { |
| 580 | bool use_dir = false; |
no outgoing calls
no test coverage detected