From 55f376e0acf3a6dea0da68f480c945afa7952abb Mon Sep 17 00:00:00 2001 From: jestin Date: Fri, 27 Sep 2002 17:26:26 +0000 Subject: see TODO for details. Mostly bugfixes. --- src/IvyWatcher.java | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'src/IvyWatcher.java') diff --git a/src/IvyWatcher.java b/src/IvyWatcher.java index 004c704..d64b0d6 100755 --- a/src/IvyWatcher.java +++ b/src/IvyWatcher.java @@ -22,6 +22,11 @@ import java.util.Enumeration; * thing. * * CHANGELOG: + * 1.2.1: + * - changed the fill character from 0 to 10, in order to prevent a nasty bug + * on Windows XP machines + * - fixed a NullPointerException while trying to stop a Thread before having + * created it. * 1.0.12: * - setSoTimeout on socket * - the broadcast reader Thread goes volatile @@ -82,7 +87,9 @@ class IvyWatcher implements Runnable { try { broadcast.receive(packet); String msg = new String(packet.getData()) ; - for (int i=0;i