Skip to content

Commit

Permalink
Bugfix: Fix commit 52c0704 (MNE-matlab reader for .fif files)
Browse files Browse the repository at this point in the history
  • Loading branch information
ftadel committed Jun 2, 2020
1 parent 80c7f8e commit 42bcca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/mne/matlab/fiff_read_proj.m
Expand Up @@ -74,7 +74,7 @@
end
tag = find_tag(item,FIFF.FIFF_DESCRIPTION);
if ~isempty(tag)
if ischar(desc)
if ischar(tag.data)
desc = tag.data;
else
desc=['proj_item_' num2str(i)];
Expand Down

0 comments on commit 42bcca4

Please sign in to comment.