We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ca479 commit 99f417bCopy full SHA for 99f417b
stl/stllog.m
@@ -5,7 +5,7 @@ function stllog(varargin)
5
% string to the log where it is displayed with date, time and thread name.
6
%
7
% NOTES::
8
- % - String arguments must be wrapped with cstring, eg. cstring('hello')
+ % - String arguments, not the format string, must be wrapped with cstring, eg. cstring('hello')
9
coder.cinclude('stl.h');
10
11
coder.ceval('stl_log', cstring(varargin{1}), varargin{2:end} ); % evaluate the C function
0 commit comments