diff options
author | Tom Tromey <tromey@gcc.gnu.org> | 2003-01-25 02:53:04 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2003-01-25 02:53:04 +0000 |
commit | b4938750954547076f0b2baa3ee43b56c3307c00 (patch) | |
tree | 7b6a192439163b5e7c2348ce39849d9d21a01bba | |
parent | 095fa59493ef3d03074448223ca543acd29eea31 (diff) | |
download | gcc-b4938750954547076f0b2baa3ee43b56c3307c00.zip gcc-b4938750954547076f0b2baa3ee43b56c3307c00.tar.gz gcc-b4938750954547076f0b2baa3ee43b56c3307c00.tar.bz2 |
Cleaned up ChangeLog snafu
From-SVN: r61756
-rw-r--r-- | fastjar/ChangeLog | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/fastjar/ChangeLog b/fastjar/ChangeLog index d6482fa3..a924b71 100644 --- a/fastjar/ChangeLog +++ b/fastjar/ChangeLog @@ -4,40 +4,6 @@ with a '\0' to guard against the case where the formatted time string is more than the size allowed by the buffer. -Patch: --------------------------- 8< -------------------------- ---- ChangeLog Mon Jan 20 23:27:56 2003 -+++ ChangeLog Mon Jan 20 23:31:42 2003 -@@ -1572,5 +1572,5 @@ - time_t tdate; - struct tm *s_tm; -- char ascii_date[30]; -+ char ascii_date[31]; - zipentry ze; - -@@ -1663,4 +1663,5 @@ - s_tm = localtime(&tdate); - strftime(ascii_date, 30, "%a %b %d %H:%M:%S %Z %Y", s_tm); -+ ascii_date[30] = '\0'; - } - -@@ -1782,4 +1783,5 @@ - s_tm = localtime(&tdate); - strftime(ascii_date, 30, "%a %b %d %H:%M:%S %Z %Y", s_tm); -+ ascii_date[30] = '\0'; - } - --------------------------- 8< -------------------------- - -Sincerely Yours, -Ranjit. - --- -Ranjit Mathew Email: rmathew AT hotmail DOT com -Bangalore, -INDIA. Web: http://ranjitmathew.tripod.com/ - - 2003-01-14 Tom Tromey <tromey@redhat.com> * config.h.in: Rebuilt. |