1
0
forked from aniani/vim

Add test for gettabvar() and settabvar().

This commit is contained in:
Bram Moolenaar
2010-05-31 21:27:30 +02:00
parent a3ff49fdcc
commit 20a825ae0f
6 changed files with 38 additions and 6 deletions

View File

@@ -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);