From d7cf3733582b61838882cc2562b7103d238ce1eb Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 20 Jun 2005 21:03:57 +0000 Subject: [PATCH] typo fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2738 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/chars.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chars.c b/src/chars.c index cb0d7266..ab35fc62 100644 --- a/src/chars.c +++ b/src/chars.c @@ -222,9 +222,9 @@ char *control_mbrep(const char *c, char *crep, int *crep_len) *crep_len = wctomb(crep, control_wrep(wc)); - if (*crep_mb_len <= 0) { + if (*crep_len <= 0) { wctomb(NULL, 0); - *crep_mb_len = 0; + *crep_len = 0; } } else { #endif -- 2.39.5