summaryrefslogtreecommitdiffstats
path: root/regex.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-08-25 08:26:06 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-08-25 08:26:06 +0000
commite0f3aab312df60a890524c5b922f0c6525adaf18 (patch)
tree11dbf94b16c3de9756d62f43e113323d8d4d3883 /regex.c
parentd0c1a3437e519fb0cd959ecb5e4634dee22303db (diff)
downloadruby-e0f3aab312df60a890524c5b922f0c6525adaf18.tar.gz
ruby-e0f3aab312df60a890524c5b922f0c6525adaf18.tar.xz
ruby-e0f3aab312df60a890524c5b922f0c6525adaf18.zip
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regex.c b/regex.c
index f5a27c3d0..fbb0aaab9 100644
--- a/regex.c
+++ b/regex.c
@@ -3550,7 +3550,7 @@ re_match(bufp, string_arg, size, pos, regs)
stacke = &stackb[MAX_NUM_FAILURE_ITEMS * NFAILURES];
#ifdef DEBUG_REGEX
- fprintf(stderr, "Entering re_match(%s%s)\n", string1_arg, string2_arg);
+ fprintf(stderr, "Entering re_match(%s)\n", string_arg);
#endif
/* Initialize subexpression text positions to -1 to mark ones that no