diff options
author | Tom Tromey <tromey@redhat.com> | 2000-12-13 18:11:57 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2000-12-13 18:11:57 +0000 |
commit | b114d8ed2e78211d84a05d130e9506feb0520b7e (patch) | |
tree | 7592c7c737a20508fd6b749be876d6254a9bb6d9 /fastjar/ChangeLog | |
parent | a8e4a997df02b411c93b8eb6e04eec92102ceb70 (diff) | |
download | gcc-b114d8ed2e78211d84a05d130e9506feb0520b7e.zip gcc-b114d8ed2e78211d84a05d130e9506feb0520b7e.tar.gz gcc-b114d8ed2e78211d84a05d130e9506feb0520b7e.tar.bz2 |
* jartool.c (extract_jar): Use strchr, not index.
From-SVN: r38225
Diffstat (limited to 'fastjar/ChangeLog')
-rw-r--r-- | fastjar/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fastjar/ChangeLog b/fastjar/ChangeLog index 5ea513b..9c1f0bb 100644 --- a/fastjar/ChangeLog +++ b/fastjar/ChangeLog @@ -1,3 +1,7 @@ +2000-12-13 Tom Tromey <tromey@redhat.com> + + * jartool.c (extract_jar): Use strchr, not index. + 2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com> * install-defs.sh: Removed. |