aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2020-02-05 09:10:52 -0800
committerMike Buland <eichlan@xagasoft.com>2020-02-05 09:10:52 -0800
commit18648763146dace4e53692c40f074b75486a9638 (patch)
treee9b2cc749da4826de9b666dbba875e8ddb27d335
parent047778c20631320a197ea48442752306e5bc448e (diff)
downloadlibbu++-18648763146dace4e53692c40f074b75486a9638.tar.gz
libbu++-18648763146dace4e53692c40f074b75486a9638.tar.bz2
libbu++-18648763146dace4e53692c40f074b75486a9638.tar.xz
libbu++-18648763146dace4e53692c40f074b75486a9638.zip
Tweaks
-rw-r--r--src/unstable/textbuilder.cpp2
1 files changed, 2 insertions, 0 deletions
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 )
196 Chunk *pCur = pFirst; 196 Chunk *pCur = pFirst;
197 while( pCur && iLength ) 197 while( pCur && iLength )
198 { 198 {
199 int32_t iChunkLun = pCur->iLength;
200
199 } 201 }
200} 202}
201 203