From 9c39d81a16235d5a57ebe31a6a2360149fe3c981 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 11 Oct 2017 10:28:27 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 4903969..f883126 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -314,9 +314,8 @@ public class TestingList extends Panel { msg[28 + i] = buffer[i]; i++; } - while (i < msg.length) { + for (i=0 ; i < msg.length; i++) { System.out.println(msg[i]); - i++; }