Permalink
Browse files
BUG: _find_files.m Add missing argument
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
MOcov/mocov_find_files.m
|
|
@@ -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)
|
|
|
|
0 comments on commit
c752f91