Fixed file extraction.
This commit is contained in:
parent
6f96cf4ad2
commit
9d8e24a4a3
@ -82,6 +82,10 @@ int main( int argc, char **argv )
|
||||
files.insert(files.end(),directory.begin(),directory.end());
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
files.push_back(arguments[pos]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user