X-Git-Url: http://git.sourceforge.jp/view?p=nkf%2Fnkf.git;a=blobdiff_plain;f=nkf32dll.c;h=0653ec428e03a739520f66225203d81a5f7d8fd8;hp=b4532a3bf0ff3435ef2c8726ab0fc537b67a54c2;hb=b71992e156aaab47a1a70d88108724b62c8d3f47;hpb=9db127afbd4b1a9752254104fd24671fb19272f8 diff --git a/nkf32dll.c b/nkf32dll.c index b4532a3..0653ec4 100644 --- a/nkf32dll.c +++ b/nkf32dll.c @@ -4,11 +4,11 @@ /*WIN32DLL*/ /* ‚±‚¿‚ç‚̃o[ƒWƒ‡ƒ“‚àXV‚µ‚Ä‚­‚¾‚³‚¢B */ -#define NKF_VERSIONW L"2.0.6" +#define NKF_VERSIONW L"2.0.7" /* NKF_VERSION ‚̃ƒCƒh•¶Žš */ -#define DLL_VERSION "2.0.6.0 1" +#define DLL_VERSION "2.0.7.0 1" /* DLL‚ª•Ô‚· */ -#define DLL_VERSIONW L"2.0.6.0 1" +#define DLL_VERSIONW L"2.0.7.0 1" /* DLL‚ª•Ô‚· DLL_VERSION ‚̃ƒCƒh•¶Žš */ /* nkf32.dll main */ @@ -153,7 +153,7 @@ FILE *f; return EOF; } -static FILE *fout = stdout; +static FILE *fout = NULL; static unsigned char *cout = NULL; static int nout = -1; static int noutmax = -1;