Closedown

This commit is contained in:
boccioli_m
2017-10-11 10:27:10 +02:00
parent c21f70f53e
commit 73c0f9f75a

View File

@@ -314,7 +314,11 @@ public class TestingList extends Panel {
msg[28 + i] = buffer[i];
i++;
}
System.out.println(msg);
while (i < msg.length) {
System.out.println(msg[i]);
i++;
}