From 18648763146dace4e53692c40f074b75486a9638 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 5 Feb 2020 09:10:52 -0800 Subject: Tweaks --- src/unstable/textbuilder.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/unstable/textbuilder.cpp') diff --git a/src/unstable/textbuilder.cpp b/src/unstable/textbuilder.cpp index 5209e7b..26b46f5 100644 --- a/src/unstable/textbuilder.cpp +++ b/src/unstable/textbuilder.cpp @@ -196,6 +196,8 @@ void Bu::TextBuilderCore::copyTo( void *pDestRaw, int32_t iLength ) Chunk *pCur = pFirst; while( pCur && iLength ) { + int32_t iChunkLun = pCur->iLength; + } } -- cgit v1.2.3