OSDN Git Service

* if ASCII, input_codename must be "".
authorNARUSE, Yui <naruse@users.sourceforge.jp>
Sat, 5 Mar 2005 16:05:20 +0000 (16:05 +0000)
committerNARUSE, Yui <naruse@users.sourceforge.jp>
Sat, 5 Mar 2005 16:05:20 +0000 (16:05 +0000)
nkf.c

diff --git a/nkf.c b/nkf.c
index d501fc7..7472255 100644 (file)
--- a/nkf.c
+++ b/nkf.c
@@ -39,7 +39,7 @@
 **        E-Mail: furukawa@tcp-ip.or.jp
 **    \e$B$^$G8fO"Mm$r$*4j$$$7$^$9!#\e(B
 ***********************************************************************/
-/* $Id: nkf.c,v 1.64 2005/03/04 19:20:25 naruse Exp $ */
+/* $Id: nkf.c,v 1.65 2005/03/05 07:05:20 naruse Exp $ */
 #define NKF_VERSION "2.0.4"
 #define NKF_RELEASE_DATE "2005-03-05"
 #include "config.h"
@@ -2212,8 +2212,7 @@ kanji_convert(f)
                ++p;
            }
            set_input_codename(result->name);
-       } else
-           set_input_codename("ASCII");
+       }
     }
     return 1;
 }