commit | d32a99a6d98a8043fb18d1a0f8b5c7b66fc732c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 21 17:29:23 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 21 17:29:23 2010 +0200 |
tree | a9ffe881be96a2ac1d2cd7e7bba1365b6ce01919 | |
parent | 3368ea215249b08ebaf64247f7a4f542fb6ba060 [diff] [blame] |
updated for version 7.3.009 Problem: Win32: Crash on Windows when using a bad argument for strftime(). (Christian Brabandt) Solution: Use the bad_param_handler(). (Mike Williams)
diff --git a/src/version.c b/src/version.c index d4a22da..2898be8 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 9, +/**/ 8, /**/ 7,