From ce4a165ed5437991df4258b3fd3341f2e12a1d23 Mon Sep 17 00:00:00 2001 From: arai Date: Tue, 28 May 2002 14:29:50 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@149 6a8cc165-1e22-0410-a132-eb4e3f353aba --- ChangeLog | 2 ++ src/lha_macro.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c587d80..c79f10b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,8 @@ 2002-05-27 Koji Arai + * tests/lha-test.in: use `seq` function instead of GNU sh-utils's seq. + * src/header.c (filename_conv): reverse condition and conversion for filename case. diff --git a/src/lha_macro.h b/src/lha_macro.h index 73d5980..4a683a4 100644 --- a/src/lha_macro.h +++ b/src/lha_macro.h @@ -8,7 +8,7 @@ /* ------------------------------------------------------------------------ */ /* macro VERSION and PLATFORM are defined in config.h by configure script */ -#define LHA_VERSION "lha for unix version " VERSION " (" PLATFORM ")" +#define LHA_VERSION "LHa for UNIX version " VERSION " (" PLATFORM ")" /* Most of System V, define TM_IN_SYS_TIME */ #if TM_IN_SYS_TIME -- 2.11.0