mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 23:52:26 +00:00
Merge pull request #243 from TomHarte/Detection
Adds a test that file extension also be typeable.
This commit is contained in:
commit
e3e9baeaa4
@ -64,6 +64,9 @@ static void InspectCatalogue(
|
||||
for(auto c : file.name) {
|
||||
if(c < 32) return true;
|
||||
}
|
||||
for(auto c : file.type) {
|
||||
if(c < 32) return true;
|
||||
}
|
||||
return false;
|
||||
}),
|
||||
candidate_files.end());
|
||||
|
Loading…
Reference in New Issue
Block a user