Hi, the attached patch makes kaffe always create files in binary mode. All other instances of KOPEN use O_BINARY, so I figured I'd add it here as well. It should help on Win32 & Cygwin & other platforms that don't open files in binary mode by default ;)
2003-06-10 Dalibor Topic <[EMAIL PROTECTED]> * libraries/clib/io/File.c: (java_io_File_createNewFile0) Always create file in binary mode. * kaffe/kaffevm/findInJar.c: (getClasspathType) Always open files in binary mode. cheers, dalibor topic __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com
file-binary.patch
Description: file-binary.patch
findInJar-binary.patch
Description: findInJar-binary.patch
