| Index: third_party/re2/patches/fix-implicit-conversion.patch
|
| diff --git a/third_party/re2/patches/fix-implicit-conversion.patch b/third_party/re2/patches/fix-implicit-conversion.patch
|
| index ab6c2f019f984ca0699c23667d161ae618522155..bc68f116637906905c3bd39768bf9087b27df072 100644
|
| --- a/third_party/re2/patches/fix-implicit-conversion.patch
|
| +++ b/third_party/re2/patches/fix-implicit-conversion.patch
|
| @@ -1,7 +1,7 @@
|
| diff -r e12d4aa8907f re2/dfa.cc
|
| --- a/re2/dfa.cc Wed Jul 25 15:13:19 2012 +0200
|
| +++ b/re2/dfa.cc Wed Jul 25 15:13:47 2012 +0200
|
| -@@ -1736,7 +1736,7 @@
|
| +@@ -1778,7 +1780,7 @@
|
| return false;
|
| }
|
| if (params.start == DeadState)
|
|
|