projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
600d35a
)
(VERSION): Update to 1.2.
author
handa
<handa>
Fri, 10 Dec 2004 06:56:58 +0000
(06:56 +0000)
committer
handa
<handa>
Fri, 10 Dec 2004 06:56:58 +0000
(06:56 +0000)
(main): If filename is not specified, open /dev/null.
example/medit.c
patch
|
blob
|
history
diff --git
a/example/medit.c
b/example/medit.c
index
37ced11
..
cb24dda
100644
(file)
--- a/
example/medit.c
+++ b/
example/medit.c
@@
-116,7
+116,7
@@
#include <m17n-misc.h>
#include <m17n-X.h>
-#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. */