From 7134f0eb67790ea0bc5ca9ac9860e2cb8e6a9ee6 Mon Sep 17 00:00:00 2001 From: sauron Date: Tue, 2 Sep 2025 16:13:14 +0900 Subject: [PATCH] commit 2025-09-02 16:13 edit a bit ZCppMain/ZtCStringEx.H --- ZCppMain/ZtCStringEx.H | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ZCppMain/ZtCStringEx.H b/ZCppMain/ZtCStringEx.H index 378f067..7281c9a 100644 --- a/ZCppMain/ZtCStringEx.H +++ b/ZCppMain/ZtCStringEx.H @@ -5140,12 +5140,11 @@ namespace ZNsMain TypeLength VL_PrevSize = (AB_DoAppend ? ml_UseLen : 0); - ReAlloc //>>>>>>>>>>>>>>>>>>>>>>>> + ReAlloc //>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ( - VL_PrevSize+VL_LastPos+AL_AddAllocSize, - AB_DoAppend + VL_PrevSize+VL_LastPos+AL_AddAllocSize, AB_DoAppend ); - //<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< + //<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< // 윈도우에서 read() 함수는 \r\n 을 한 문자로 읽어들이므로 주의 @@ -5155,7 +5154,7 @@ namespace ZNsMain { mpc_Data[ml_UseLen=VL_PrevSize]=0; ::close(AH_FileDesc); return false; }/* - //////////////////////////////////////////////////////////////////////*/ + ///////////////////////////////////////////////////////////////////////*/ if(VL_ReadSize>0) mpc_Data[ml_UseLen=VL_PrevSize+VL_ReadSize]=0;