mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
revert #652
reverting broad cosmetic/style change because: - increases merge-conflicts - increases overhead of merging upstream Vim patches - reasons for change are ambiguous, so default to no change
This commit is contained in:
@@ -294,7 +294,7 @@ char_u *sha256_bytes(char_u *buf, int buf_len, char_u *salt, int salt_len)
|
||||
char_u* sha256_key(char_u *buf, char_u *salt, int salt_len)
|
||||
{
|
||||
// No passwd means don't encrypt
|
||||
if ((buf == NULL) || (*buf == '\0')) {
|
||||
if ((buf == NULL) || (*buf == NUL)) {
|
||||
return (char_u *)"";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user