summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macros/FunctionList/FL_ExistCFunction.sci2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/FunctionList/FL_ExistCFunction.sci b/macros/FunctionList/FL_ExistCFunction.sci
index 7c3d24c5..51bdad34 100644
--- a/macros/FunctionList/FL_ExistCFunction.sci
+++ b/macros/FunctionList/FL_ExistCFunction.sci
@@ -109,7 +109,7 @@ if (flagexist == %F)
PrintStringInfo('Converted: ' + strcat(Converted(grep(Converted, ASTFunName)), ' '),ReportFileName,'file','y');
clear Converted
load(ToBeConvertedDat,'ToBeConverted');
- PrintStringInfo('ToBeConverted: ' + ToBeConverted.SCIFunctionName + ' ' + ToBeConverted.CFunctionName,ReportFileName,'file','y');
+ PrintStringInfo('ToBeConverted: ' + typeof(ToBeConverted.SCIFunctionName) + ' ' + typeof(ToBeConverted.CFunctionName),ReportFileName,'file','y');
clear ToBeConverted
// #RNU_RES_E
end