OSDN Git Service

* Fix: extra next line of MIME encode result [nkf-bugs#9872]
[nkf/nkf.git] / nkf32dll.c
index 18983ae..0653ec4 100644 (file)
@@ -4,11 +4,11 @@
 
 /*WIN32DLL*/
 /* \82±\82¿\82ç\82Ì\83o\81[\83W\83\87\83\93\82à\8dX\90V\82µ\82Ä\82­\82¾\82³\82¢\81B */
-#define NKF_VERSIONW L"2.0.5"
+#define NKF_VERSIONW L"2.0.7"
 /* NKF_VERSION \82Ì\83\8f\83C\83h\95\8e\9a */
-#define DLL_VERSION   "2.0.5.0 2"
+#define DLL_VERSION   "2.0.7.0 1"
 /* DLL\82ª\95Ô\82· */
-#define DLL_VERSIONW L"2.0.5.0 2"
+#define DLL_VERSIONW L"2.0.7.0 1"
 /* DLL\82ª\95Ô\82· DLL_VERSION \82Ì\83\8f\83C\83h\95\8e\9a */
 
 /* 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;