Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Mar 14, 2016
1 parent 8b0e6ac commit de611c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TimeBuffer/TimeBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ TimeBufferReadPlugin::getRegionOfDefinition(const OFX::RegionOfDefinitionArgumen
timeBuffer = getBuffer();
if (!timeBuffer) {
throwSuiteStatusException(kOfxStatFailed);
return;
return false;
}
// * if t <= startTime:
// - the RoD is empty
Expand Down

0 comments on commit de611c7

Please sign in to comment.