projects
/
scilab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c7b7a0a
)
[core] getmemory('') error refered to funcprot
48/21048/4
Samuel GOUGEON [Mon, 22 Jul 2019 20:25:36 +0000 (22:25 +0200)]
Change-Id: Ief21234d31fb21c8c656ee2318eed0d714987334
scilab/modules/core/sci_gateway/cpp/sci_getmemory.cpp
patch
|
blob
|
history
diff --git
a/scilab/modules/core/sci_gateway/cpp/sci_getmemory.cpp
b/scilab/modules/core/sci_gateway/cpp/sci_getmemory.cpp
index
df12b32
..
d2b19e1
100644
(file)
--- a/
scilab/modules/core/sci_gateway/cpp/sci_getmemory.cpp
+++ b/
scilab/modules/core/sci_gateway/cpp/sci_getmemory.cpp
@@
-29,13
+29,13
@@
types::Function::ReturnValue sci_getmemory(types::typed_list &in, int _iRetCount
{
if (in.size() > 0)
{
- Scierror(77, _("%s: Wrong number of input argument(s): %d expected."), "funcprot", 0);
+ Scierror(77, _("%s: Wrong number of input argument(s): %d expected."), "getmemory", 0);
return types::Function::Error;
}
if (_iRetCount > 2)
{
- Scierror(77, _("%s: Wrong number of output argument(s): %d expected."), "funcprot", 2);
+ Scierror(77, _("%s: Wrong number of output argument(s): %d expected."), "getmemory", 2);
return types::Function::Error;
}