commit 2025-10-09 11:02 edit a bit ZCppMain/ZMainHead.H
This commit is contained in:
@ -7252,7 +7252,7 @@ namespace ZNsMain
|
|||||||
}/*
|
}/*
|
||||||
if((VC_Minus=*VP_Left++ - *VP_Right++)!=0)*/
|
if((VC_Minus=*VP_Left++ - *VP_Right++)!=0)*/
|
||||||
#else
|
#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 확장에 따른 문제의 코드' 참고.
|
return VI_Minus; // 페이지 하단의 'char 의 int 확장에 따른 문제의 코드' 참고.
|
||||||
}/*
|
}/*
|
||||||
|
Reference in New Issue
Block a user