diff options
Diffstat (limited to 'contrib/blast/blast.h')
-rw-r--r-- | contrib/blast/blast.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/contrib/blast/blast.h b/contrib/blast/blast.h index ce9e541..658cfd3 100644 --- a/contrib/blast/blast.h +++ b/contrib/blast/blast.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* blast.h -- interface for blast.c | 1 | /* blast.h -- interface for blast.c |
2 | Copyright (C) 2003 Mark Adler | 2 | Copyright (C) 2003, 2012 Mark Adler |
3 | version 1.1, 16 Feb 2003 | 3 | version 1.2, 24 Oct 2012 |
4 | 4 | ||
5 | This software is provided 'as-is', without any express or implied | 5 | This software is provided 'as-is', without any express or implied |
6 | warranty. In no event will the author be held liable for any damages | 6 | warranty. In no event will the author be held liable for any damages |
@@ -28,6 +28,10 @@ | |||
28 | * that library. (Note: PKWare overused the "implode" verb, and the format | 28 | * that library. (Note: PKWare overused the "implode" verb, and the format |
29 | * used by their library implode() function is completely different and | 29 | * used by their library implode() function is completely different and |
30 | * incompatible with the implode compression method supported by PKZIP.) | 30 | * incompatible with the implode compression method supported by PKZIP.) |
31 | * | ||
32 | * The binary mode for stdio functions should be used to assure that the | ||
33 | * compressed data is not corrupted when read or written. For example: | ||
34 | * fopen(..., "rb") and fopen(..., "wb"). | ||
31 | */ | 35 | */ |
32 | 36 | ||
33 | 37 | ||