From: handa Date: Fri, 10 Dec 2004 06:56:58 +0000 (+0000) Subject: (VERSION): Update to 1.2. X-Git-Tag: REL-1-2-0~58 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f1f4aae4d0f7a60b8bcb69915ffde0146ab9715e;p=m17n%2Fm17n-lib.git (VERSION): Update to 1.2. (main): If filename is not specified, open /dev/null. --- diff --git a/example/medit.c b/example/medit.c index 37ced11..cb24dda 100644 --- a/example/medit.c +++ b/example/medit.c @@ -116,7 +116,7 @@ #include #include -#define VERSION "1.1" +#define VERSION "1.2" /* Global variables. */ @@ -2462,7 +2462,7 @@ main (int argc, char **argv) } } if (! filename) - help_exit (argv[0], 1); + filename = "/dev/null"; mdatabase_dir = "."; /* Initialize the m17n library. */