Changeset bb853610800c56a28a11f153a26829c36195d576
- Timestamp:
- 08/03/11 23:18:47
(2 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1312413527 -0400
- git-parent:
[e153d2640c610ffb28bb50ab34eaaefdfff65cc0]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1312413527 -0400
- Message:
Fix warning reported by viq
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra423b8a |
rbb85361 |
|
| 48 | 48 | unsigned int * len_out) { |
|---|
| 49 | 49 | uLong initial_dlen, dlen; |
|---|
| 50 | | char *compbuff, *b64buff; |
|---|
| | 50 | char *compbuff = NULL, *b64buff; |
|---|
| 51 | 51 | |
|---|
| 52 | 52 | // Compress saves 25% of space (ex 470 -> 330) |
|---|