(svn r22835) -Codechange: keep track of the subdirectory we are looking through in the file scanner
This commit is contained in:
@@ -1317,6 +1317,8 @@ static uint ScanTar(FileScanner *fs, const char *extension, TarFileList::iterato
|
||||
*/
|
||||
uint FileScanner::Scan(const char *extension, Subdirectory sd, bool tars, bool recursive)
|
||||
{
|
||||
this->subdir = sd;
|
||||
|
||||
Searchpath sp;
|
||||
char path[MAX_PATH];
|
||||
TarFileList::iterator tar;
|
||||
|
Reference in New Issue
Block a user