commit | e8cdcef87575cacbc9dd977de076af76e4405410 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 12 20:21:43 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 12 20:21:43 2012 +0200 |
tree | fad755d283aa655a961f5c9a7ec76b5fe56d0533 | |
parent | fca93c093e0ec86331171ca4e169f73aa81ebfef [diff] [blame] |
updated for version 7.3.661 Problem: SEGV in Python code. Solution: Initialize len to zero. Use the right function depending on version. (Maxim Philippov)
diff --git a/src/version.c b/src/version.c index 3851b3f..4b13506 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 661, +/**/ 660, /**/ 659,