commit | e999782e369999539a1783a7ebe4eadcc6da28a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 16:03:38 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 16:03:38 2016 +0200 |
tree | 408ae82bd87804915887ae839627b1f434a3ef79 | |
parent | 46328f9a1cc8047d1e05095bc9f531038c5a4028 [diff] [blame] |
patch 7.4.2280 Problem: printf() doesn't handle infinity float values correctly. Solution: Add a table with possible infinity values. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 007a56c..8bca417 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2280, +/**/ 2279, /**/ 2278,