This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/11575] [win32] Problem with RandomAccessFile


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11575



------- Additional Comments From mqm at magma dot ca  2003-07-22 23:35 -------
Here's a fix:

Index: natFileDescriptorWin32.cc
===================================================================
RCS file: /cvsroot/gcc/gcc/libjava/java/io/natFileDescriptorWin32.cc,v
retrieving revision 1.11.4.1
diff -r1.11.4.1 natFileDescriptorWin32.cc
100,103c100
<       if (jflags & APPEND)
<       create = OPEN_ALWAYS;
<       else
<       create = CREATE_ALWAYS;
---
>       create = OPEN_ALWAYS;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]