Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/RB-2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Dec 31, 2017
2 parents 587568b + c51b350 commit ea403cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gui/Gui40.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Gui::updateRecentFileActions()
}
}

assert(fileNames.size() < (int)NATRON_MAX_RECENT_FILES);
assert(fileNames.size() <= (int)NATRON_MAX_RECENT_FILES);
assert(dirNames.size() == fileNames.size());
int numRecentFiles = std::min(fileNames.size(), (int)NATRON_MAX_RECENT_FILES);

Expand Down

0 comments on commit ea403cc

Please sign in to comment.