commit 2025-10-11 17:20 edit a bit ZCppMain/ZMainHead.H

This commit is contained in:
2025-10-11 17:20:29 +09:00
parent e2ceca2cd8
commit 8b226414b5

View File

@ -7148,6 +7148,9 @@ namespace ZNsMain
{
// 다음 링크와 위치를 맞바꾼다.
if(IsEmpty()){return *this;}
ZCLink* VP_LinkNext = AR_LinkPrev.mp_NextLink;
if(&AR_LinkPrev == VP_LinkNext){ return *this; }