Skip to content

Commit

Permalink
missing bracket - typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hn-88 authored Apr 5, 2024
1 parent 793d0d9 commit 5633e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OCVWarp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ int main(int argc,char *argv[])
std::string base = test.substr(0, last_char_pos + 1);
if (base == test) {
std::cout << "Input is not an image sequence. " << OpenFileName << std::endl;
}else
}else {
std::string::size_type last_num_pos = test.find_last_of("0123456789");
std::cout << "Im seq " << test.substr(last_char_pos, last_num_pos - last_char_pos) << std::endl;
}
Expand Down

0 comments on commit 5633e47

Please sign in to comment.