aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFileHandle.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPFileHandle.m')
-rw-r--r--Source/SPFileHandle.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPFileHandle.m b/Source/SPFileHandle.m
index 7e856c2a..ff583ddc 100644
--- a/Source/SPFileHandle.m
+++ b/Source/SPFileHandle.m
@@ -420,7 +420,7 @@
pthread_mutex_unlock(&bufferLock);
// Write out the data
- long bufferLengthWrittenOut;
+ long bufferLengthWrittenOut = 0;
if (useCompression) {
switch (compressionFormat)