1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
jules 2007-08-13 11:30:30 +00:00
parent 2012b7b112
commit cc17a1882e

View file

@ -650,7 +650,7 @@ int File::findChildFiles (OwnedArray<File>& results,
const String& wildCardPattern) const throw()
{
// you have to specify the type of files you're looking for!
jassert (whatToLookFor > 0 && whatToLookFor <= 3);
jassert ((whatToLookFor & (findFiles | findDirectories)) != 0);
int total = 0;