Re: [kaffe] Bug Report KLSEEK paramater order error in FileDescriptor.c

2004-03-06 Thread Dalibor Topic
Hi Cliff, Cliff Wright wrote: Method java.io.setLength(long) will fail when increasing the size of a file. This is due to parameters in the wrong order to KLSEEK, and a missing return check in the file libraries/clib/io/FileDescriptor.c (cvs version 1.9 latest). Thanks a lot for the patch, I've c

[kaffe] Bug Report KLSEEK paramater order error in FileDescriptor.c

2004-02-25 Thread Cliff Wright
Method java.io.setLength(long) will fail when increasing the size of a file. This is due to parameters in the wrong order to KLSEEK, and a missing return check in the file libraries/clib/io/FileDescriptor.c (cvs version 1.9 latest). The below patch fixes this. Cliff Wright --- libraries/