|
Evaluation
|
Here's the obvious fix:
--- /u/martin/ws/dolphin/src/share/native/java/io/io_util.c 2007-05-13 03:08:26.882713000 -0700
+++ /u/martin/ws/process/src/share/native/java/io/io_util.c 2007-11-20 20:25:09.024661000 -0800
@@ -173,7 +173,7 @@
fd = GET_FD(this, fid);
if (fd == -1) {
JNU_ThrowIOException (env, "Stream Closed");
- return;
+ break;
}
n = IO_Write(fd, buf+off, len);
if (n == JVM_IO_ERR) {
Posted Date : 2007-11-21 04:48:41.0
|