OSDN Git Service

inputcode の初期化
authorRei FURUKAWA <rei_furukawa@users.sourceforge.jp>
Fri, 17 Oct 2003 00:48:37 +0000 (00:48 +0000)
committerRei FURUKAWA <rei_furukawa@users.sourceforge.jp>
Fri, 17 Oct 2003 00:48:37 +0000 (00:48 +0000)
nkf.c

diff --git a/nkf.c b/nkf.c
index 3e4c58b..a516f31 100644 (file)
--- a/nkf.c
+++ b/nkf.c
@@ -273,7 +273,7 @@ struct input_code{
     int _file_stat;
 };
 
-STATIC char *input_codename;
+STATIC char *input_codename = "";
 
 STATIC  int     noconvert PROTO((FILE *f));
 STATIC  int     kanji_convert PROTO((FILE *f));