From 4f71d74512bfd93de1d8fb545c2c3bd3d3ee8c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Scylla=29?= Date: Fri, 29 Nov 2013 17:46:56 +0100 Subject: [PATCH] Bug fix (wrong handle). --- matlab/utilities/tests/mtest.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/utilities/tests/mtest.m b/matlab/utilities/tests/mtest.m index 3e27b4d73..0d08a2cb1 100644 --- a/matlab/utilities/tests/mtest.m +++ b/matlab/utilities/tests/mtest.m @@ -81,7 +81,7 @@ for i=1:nn fprintf(tid,'catch\n'); fprintf(tid,'exception = lasterror;\n'); if isoctave - fprintf(fid, 'LOG = ''%s'';\n','The Log output is not available with Octave!'); + fprintf(tid, 'LOG = ''%s'';\n','The Log output is not available with Octave!'); %fprintf(fid,['LOG = sprintf(''LOG = Error in %%s (line %%d)\\n'', strvcat(exception.stack.name), strvcat(exception.stack.line));\n']); else fprintf(tid,['LOG = getReport(exception,''extended'');\n']);