diff options
-rw-r--r-- | src/unstable/blob.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unstable/blob.cpp b/src/unstable/blob.cpp index 3395fae..69ec28f 100644 --- a/src/unstable/blob.cpp +++ b/src/unstable/blob.cpp | |||
@@ -85,6 +85,7 @@ Bu::Blob::Blob( const Bu::Blob::const_iterator &iStart, | |||
85 | 85 | ||
86 | pData = new char[iSize+1]; | 86 | pData = new char[iSize+1]; |
87 | memcpy( pData, iStart.pBlob->pData+iStart.iIndex, iSize ); | 87 | memcpy( pData, iStart.pBlob->pData+iStart.iIndex, iSize ); |
88 | pData[iSize] = 0; | ||
88 | } | 89 | } |
89 | 90 | ||
90 | Bu::Blob::~Blob() | 91 | Bu::Blob::~Blob() |