mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
Add test for gettabvar() and settabvar().
This commit is contained in:
@@ -3749,7 +3749,7 @@ update_keys(c)
|
||||
int c; /* byte of plain text */
|
||||
{
|
||||
if (use_crypt_method > 0)
|
||||
bf_ofb_update( (unsigned char) c);
|
||||
bf_ofb_update(c);
|
||||
else
|
||||
{
|
||||
keys[0] = CRC32(keys[0], c);
|
||||
|
Reference in New Issue
Block a user