commit 2025-10-09 11:02 edit a bit ZCppMain/ZMainHead.H

This commit is contained in:
2025-10-09 11:02:06 +09:00
parent 9d5af62781
commit f3e62b89ae

View File

@ -7252,7 +7252,7 @@ namespace ZNsMain
}/*
if((VC_Minus=*VP_Left++ - *VP_Right++)!=0)*/
#else
if((VI_Minus0=TypeCharInt(*VP_Left++) - TypeCharInt(*VP_Right++))!=0)
if((VI_Minus=TypeCharInt(*VP_Left++) - TypeCharInt(*VP_Right++))!=0)
{
return VI_Minus; // 페이지 하단의 'char 의 int 확장에 따른 문제의 코드' 참고.
}/*