Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

BUG: _find_files.m Add missing argument #7

Merged
merged 1 commit into from Feb 26, 2016
Jump to file or symbol
Failed to load files and symbols.
+1 −1
Split
View
@@ -66,7 +66,7 @@
notify(monitor, msg);
end
- res=find_files_recursively(root_dir,file_re,monitor);
+ res=find_files_recursively(root_dir,file_re,monitor,exclude_re);
function res=find_files_recursively(root_dir,file_re,monitor,exclude_re)
if isempty(root_dir)