aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/textbuilder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/unstable/textbuilder.cpp')
-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