Closedown

This commit is contained in:
boccioli_m
2017-10-11 10:28:27 +02:00
parent bb8d44d40b
commit 9c39d81a16

View File

@@ -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++;
}