From dc84354861e0ac6f5d21e625ef74db63d87cb695 Mon Sep 17 00:00:00 2001 From: sauron Date: Tue, 7 Oct 2025 21:54:05 +0900 Subject: [PATCH] commit 2025-10-07 21:54 edit a bit ZCppMain/ZMainHead.H --- ZCppMain/ZMainHead.H | 2 +- ZCppMainTest/ZtCLinkList_001.cpp | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ZCppMain/ZMainHead.H b/ZCppMain/ZMainHead.H index 1bc771e..9334d50 100644 --- a/ZCppMain/ZMainHead.H +++ b/ZCppMain/ZMainHead.H @@ -6303,7 +6303,7 @@ namespace ZNsMain ZtCBaseList& JoinBefore(TypeThis& rhs, ZCLinkOpt AO_StdOpt) { - // AP_StdLink 의 앞에 rhs 를 삽입. + // AO_StdOpt 의 앞에 rhs 를 삽입. if(rhs.size()<1) return *this; diff --git a/ZCppMainTest/ZtCLinkList_001.cpp b/ZCppMainTest/ZtCLinkList_001.cpp index ec9ad43..caa8cd5 100644 --- a/ZCppMainTest/ZtCLinkList_001.cpp +++ b/ZCppMainTest/ZtCLinkList_001.cpp @@ -49,6 +49,12 @@ namespace ZNsMain {cout<<"* ZCLinkData(const TypeBase& rhs) : "<<++ZCLinkData::SI_CallCnt<