This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: (fastjar) Open Extracted Files in Binary Mode
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at hotmail dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 21 Nov 2002 20:14:41 -0700
- Subject: Re: Patch: (fastjar) Open Extracted Files in Binary Mode
- References: <arhro9$98r$1@main.gmane.org>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@hotmail.com> writes:
Ranjit> 2002-11-21 Ranjit Mathew <rmathew@hotmail.com>
Ranjit> * fastjar/jartool.c (extract_jar): Use "open" with
Ranjit> O_BINARY instead of "creat" to create extracted files.
Looks good. I'm checking it in.
Tom