commit 2025-08-29 09:05 edit a bit ZCViewLogData in ZCppMain/ZMainHead.H

This commit is contained in:
2025-08-29 09:06:01 +09:00
parent 7c1b176706
commit 47e6b27b7b

View File

@ -3665,7 +3665,7 @@ namespace ZNsMain
virtual void Log(const char* APC_LogData, ZTypLength AI_Length)
{
cout<<APC_LogData ;
__for0(ZTypLength, i, AI_Length){cout<<APC_LogData[i];}
}/*
virtual void Log(const char* APC_LogData, ZTypLength AI_Length)*/