diff options
| -rw-r--r-- | gzlib.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -162,8 +162,10 @@ local gzFile gz_open(path, fd, mode) | |||
| 162 | break; | 162 | break; |
| 163 | case 'F': | 163 | case 'F': |
| 164 | state->strategy = Z_FIXED; | 164 | state->strategy = Z_FIXED; |
| 165 | break; | ||
| 165 | case 'T': | 166 | case 'T': |
| 166 | state->direct = 1; | 167 | state->direct = 1; |
| 168 | break; | ||
| 167 | default: /* could consider as an error, but just ignore */ | 169 | default: /* could consider as an error, but just ignore */ |
| 168 | ; | 170 | ; |
| 169 | } | 171 | } |
