]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
lz77_compress: change scope of variable 'hash'.
authorSimon Tatham <anakin@pobox.com>
Tue, 14 Feb 2017 22:13:24 +0000 (22:13 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 14 Feb 2017 23:25:22 +0000 (23:25 +0000)
commitac5b13398f47c99cc189eed4538abcccc3c18300
treeea9d4a303df9882cb8cc11d9094b10193b5857b7
parentf2e76e07dad155a2fdc68930a2e96d6aa2682391
lz77_compress: change scope of variable 'hash'.

This makes it clearer that it doesn't persist beyond this block, and
would have made it much more obvious that the assignment to it removed
in the previous commit was pointless.
sshzlib.c