From 8b226414b5bd955cb77c7deba23ce553e847f081 Mon Sep 17 00:00:00 2001 From: sauron Date: Sat, 11 Oct 2025 17:20:29 +0900 Subject: [PATCH] commit 2025-10-11 17:20 edit a bit ZCppMain/ZMainHead.H --- ZCppMain/ZMainHead.H | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ZCppMain/ZMainHead.H b/ZCppMain/ZMainHead.H index 1c1a757..fd57171 100644 --- a/ZCppMain/ZMainHead.H +++ b/ZCppMain/ZMainHead.H @@ -7148,6 +7148,9 @@ namespace ZNsMain { // 다음 링크와 위치를 맞바꾼다. + if(IsEmpty()){return *this;} + + ZCLink* VP_LinkNext = AR_LinkPrev.mp_NextLink; if(&AR_LinkPrev == VP_LinkNext){ return *this; }