Skip to content

Commit

Permalink
Changed the casing of the version to the save function
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Daehne committed Sep 24, 2012
1 parent 3e015b2 commit db78143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fileio/file_saveMatlab.m
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function file_saveMatlab(file, dat, mrk, mnt, varargin)

vers = version;
if (str2double(vers(1)) == 7)
opt_save= {'-V6'};
opt_save= {'-v6'};
else
opt_save= {};
end
Expand Down

0 comments on commit db78143

Please sign in to comment.