From 953447ba5cd043470d0f35c8a780e1b4c4d0aebf Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Thu, 16 May 2019 12:46:12 +0530 Subject: cannot append list to string --- macros/FunctionList/FL_ExistCFunction.sci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/FunctionList') 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 -- cgit