diff options
Diffstat (limited to 'inftrees.c')
-rw-r--r-- | inftrees.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -246,7 +246,7 @@ z_stream *zs; /* for zalloc function */ | |||
246 | { | 246 | { |
247 | x[h] = i; /* save pattern for backing up */ | 247 | x[h] = i; /* save pattern for backing up */ |
248 | r.bits = (char)l; /* bits to dump before this table */ | 248 | r.bits = (char)l; /* bits to dump before this table */ |
249 | r.exop = (char)(-j); /* bits in this table */ | 249 | r.exop = -(char)j; /* bits in this table */ |
250 | r.next = q; /* pointer to this table */ | 250 | r.next = q; /* pointer to this table */ |
251 | j = i >> (w - l); /* (get around Turbo C bug) */ | 251 | j = i >> (w - l); /* (get around Turbo C bug) */ |
252 | u[h-1][j] = r; /* connect to last table */ | 252 | u[h-1][j] = r; /* connect to last table */ |