commit | fc78a0369e0d371a1a85d07045ff25d8695e8f8c | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Apr 26 22:11:38 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 26 22:11:38 2022 +0100 |
tree | 8b413f4e93be00cdf0b9739b8932222d1be152ca | |
parent | 2c8a7ebdad9da017bfb6dc8a0f46acea77ec2e17 [diff] [blame] |
patch 8.2.4832: passing zero instead of NULL to a pointer argument Problem: Passing zero instead of NULL to a pointer argument. Solution: Use NULL. (closes #10296)
diff --git a/src/version.c b/src/version.c index ba27532..115989c 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4832, +/**/ 4831, /**/ 4830,