changeset 89457:758e161da3ad

(re_search_2): Fix last change.
author Dave Love <fx@gnu.org>
date Mon, 02 Jun 2003 18:28:46 +0000
parents 24eb12b8cf36
children 1cab1d5a568e
files src/regex.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/regex.c	Fri May 30 07:00:45 2003 +0000
+++ b/src/regex.c	Mon Jun 02 18:28:46 2003 +0000
@@ -4049,7 +4049,7 @@
 #ifdef emacs
 			MAKE_CHAR_MULTIBYTE (buf_ch);
 #endif
-			buf_ch = RE_TRANSLATE (buf_ch);
+			buf_ch = RE_TRANSLATE (translate, buf_ch);
 #ifdef emacs
 			MAKE_CHAR_UNIBYTE (buf_ch);
 #endif