aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-09-08 12:47:05 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-09-08 12:47:05 +0200
commit4661f6cb95c365c434b753cdf6d4c1251f321230 (patch)
treecf1225ec147958393063ad3bb6b3995abecf98a9 /re.c
parent187f81febdf5a52d1c646bd83a10c9f03d13947b (diff)
parentc3e4d0cf3f1fd24164e0a58db23b86b56c6dc7c8 (diff)
downloadegawk-4661f6cb95c365c434b753cdf6d4c1251f321230.tar.gz
egawk-4661f6cb95c365c434b753cdf6d4c1251f321230.tar.bz2
egawk-4661f6cb95c365c434b753cdf6d4c1251f321230.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 're.c')
-rw-r--r--re.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/re.c b/re.c
index e427a8fe..b9db6556 100644
--- a/re.c
+++ b/re.c
@@ -259,7 +259,7 @@ research(Regexp *rp, char *str, int start,
size_t len, int flags)
{
const char *ret = str;
- int try_backref;
+ int try_backref = false;
int need_start;
int no_bol;
int res;