Carsten Ziegeler wrote:
Yes, it can be removed - I forgot about it :(
Done. Can you check this part though (that I had not screwed it up ;-)
@@ -796,7 +769,7 @@
if (outputStream == null) {
outputStream = environment.getOutputStream(0);
}
- os.writeTo(environment.getOutputStream(0));
+ os.writeTo(outputStream);
} else {
if (outputStream == null) {
outputStream = environment.getOutputStream(this.outputBufferSize);
BTW, thanks for fixing my changes :)
No prob.
Vadim
