mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 20:09:23 +08:00
remove line
This commit is contained in:
parent
8762c37c22
commit
1eaa074a49
@ -258,10 +258,7 @@ std::string icvExtractPattern(const std::string& filename, unsigned *offset)
|
||||
while (pos < len && !isdigit(filename[pos])) pos++;
|
||||
|
||||
if (pos == len)
|
||||
{
|
||||
return "";
|
||||
CV_Error_(Error::StsBadArg, ("CAP_IMAGES: can't find starting number (in the name of file): %s", filename.c_str()));
|
||||
}
|
||||
|
||||
std::string::size_type pos0 = pos;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user