]> git.wh0rd.org Git - nano.git/commitdiff
typo fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 20 Jun 2005 21:03:57 +0000 (21:03 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 20 Jun 2005 21:03:57 +0000 (21:03 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2738 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/chars.c

index cb0d7266de3c937c742216891b77be380de2581c..ab35fc62316566ac78436bb155b620fca44b9786 100644 (file)
@@ -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