boolean otherIsUpdateFile)
throws FileFormatException
{
// Check the version
if (otherIsUpdateFile && (otherFile.getVersion() <= getVersion())) {
throw new FileFormatException("Update file must have a higher version ("
+ otherFile.getVersion() + " <= " + getVersion() + ")");
}
// Go through all frames in the merge the day programs
for (int frameNr = 0; frameNr < otherFile.getProgramFrameCount(); frameNr++) {