Skip to content

Commit 532da65

Browse files
committed
Merge remote-tracking branch 'cpp-lln-lab/dev' into dev
2 parents ae9f7b1 + baa7b8c commit 532da65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Tested:
5656

5757
## Documentation
5858

59-
All the documentation is accessible [here](./docs/00_index.md).
59+
All the documentation is accessible [here](./docs/00-index.md).
6060

6161
## Content
6262

src/eyeTracker.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163

164164
%% Add tag during the recording (e.g. trial_type)
165165

166-
message = varargin;
166+
message = varargin{1};
167167

168168
% EyeLink Stop recording the block.
169169
Eyelink('Message', message);

0 commit comments

Comments
 (0)