Commit 776da107 by Alan Snyder

Fix merge issue

parent 18ab9634
......@@ -414,8 +414,7 @@ import java.util.List;
if (atomType == Atom.TYPE_meta) {
udtaData.setPosition(udtaData.getPosition() - Atom.HEADER_SIZE);
udtaData.setLimit(udtaData.getPosition() + atomSize);
parseMetaAtom(udtaData);
break;
return parseMetaAtom(udtaData);
}
udtaData.skipBytes(atomSize - Atom.HEADER_SIZE);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment