diff options
Diffstat (limited to 'Source/SPFileHandle.m')
-rw-r--r-- | Source/SPFileHandle.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPFileHandle.m b/Source/SPFileHandle.m index b71873ed..7e856c2a 100644 --- a/Source/SPFileHandle.m +++ b/Source/SPFileHandle.m @@ -95,7 +95,7 @@ // Set gzip buffer gzbuffer(gzfile, 131072); - // Get the first 3 bytes from the file + // Get the first 4 bytes from the file for (i = 0; (c = getc(wrappedFile)) != EOF && i < 4; bzbuf[i++] = c); rewind(wrappedFile); |