Fixed small issues

This commit is contained in:
Jindra Petk
2013-03-22 22:29:43 +01:00
parent 2b8f708b05
commit c630d885dd
5 changed files with 8 additions and 6 deletions

View File

@@ -588,8 +588,10 @@ public class SWFInputStream extends InputStream {
}
if (goesPrev) {
} else {
for (int i = 0; i < ip; i++) {
retdups.remove(0);
if (!retdups.isEmpty()) {
for (int i = 0; i < ip; i++) {
retdups.remove(0);
}
}
}
List<Action> ret = new ArrayList<Action>();