mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Adds a test that file extension also be typeable.
This commit is contained in:
parent
98adb01721
commit
e071123f90
@ -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…
x
Reference in New Issue
Block a user