Scilab long identifier name warning message improvement
This commit is contained in:
parent
332c02ae2d
commit
eff8c09ac7
1 changed files with 1 additions and 1 deletions
|
|
@ -741,7 +741,7 @@ public:
|
|||
if (Len(name) > 24) {
|
||||
// Warning on too long identifiers
|
||||
Swig_warning(WARN_SCILAB_TRUNCATED_NAME, input_file, line_number,
|
||||
"Identifier name '%s' exceeds 24 characters, it is truncated to '%s'.\n",
|
||||
"Identifier name '%s' exceeds 24 characters and has been truncated to '%s'.\n",
|
||||
name, DohNewStringWithSize(name, 24));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue