diff options
Diffstat (limited to 'japanese/jmode/files/patch-src_main.cpp')
-rw-r--r-- | japanese/jmode/files/patch-src_main.cpp | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/japanese/jmode/files/patch-src_main.cpp b/japanese/jmode/files/patch-src_main.cpp index 8f9424161280..e4c9a6ec0020 100644 --- a/japanese/jmode/files/patch-src_main.cpp +++ b/japanese/jmode/files/patch-src_main.cpp @@ -1,6 +1,6 @@ ---- src/main.cpp.orig Sat May 3 18:46:15 2003 -+++ src/main.cpp Sat Jul 12 03:40:03 2003 -@@ -27,7 +27,7 @@ +--- src/main.cpp.orig 2003-05-03 09:46:15 UTC ++++ src/main.cpp +@@ -27,11 +27,11 @@ int host_byte_order; //ʸ»úÎó #ifdef __FreeBSD__ @@ -9,3 +9,8 @@ #else #define LANG "ja_JP" #endif +-#define VERSION_NAME "jmode out of the way! Version "VERSION"\n" ++#define VERSION_NAME "jmode out of the way! Version " VERSION "\n" + char *version_name=VERSION_NAME; + char *usage= + "--help , --version :Show usage or version\n" |