diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-27 15:29:30 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-27 16:39:41 +0300 |
commit | f60af9ca6b6a66693d08ec08253f8d38a47d0050 (patch) | |
tree | 81d8bc10ec1d534812bbc7e542def1bc4c1570bb /hunspell | |
parent | aad5113e34bd1bb79f667d23097a508c5f3b4ca6 (diff) |
Use a maximum fuzz factor of 1 for our patches to 3rd-party code
Change-Id: Id4639f1b0eefe5d433c84f48b7a1093fa17a3ba4
Diffstat (limited to 'hunspell')
-rw-r--r-- | hunspell/hunspell-1.3.2-overflow.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hunspell/hunspell-1.3.2-overflow.patch b/hunspell/hunspell-1.3.2-overflow.patch index 46d4c6787be2..8500b483d53f 100644 --- a/hunspell/hunspell-1.3.2-overflow.patch +++ b/hunspell/hunspell-1.3.2-overflow.patch @@ -6,9 +6,9 @@ +#include <limits> + + #include <vector> + #include "affixmgr.hxx" - #include "affentry.hxx" - #include "langnum.hxx" @@ -4000,7 +4002,10 @@ case 3: { np++; |