Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
b4938750
Commit
b4938750
authored
Jan 25, 2003
by
Tom Tromey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleaned up ChangeLog snafu
From-SVN: r61756
parent
095fa594
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
34 deletions
+0
-34
fastjar/ChangeLog
+0
-34
No files found.
fastjar/ChangeLog
View file @
b4938750
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment