Commit 95eb199f authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #15220 from thangktran:fixbug/confusing_error_message_from_persistence

parents f18cbd03 d659eb93
......@@ -716,7 +716,7 @@ public:
else if(strncmp( bufPtr, xml_signature, strlen(xml_signature) ) == 0)
fmt = FileStorage::FORMAT_XML;
else if(strbufsize == bufOffset)
CV_Error(CV_BADARG_ERR, "Input file is empty");
CV_Error(CV_BADARG_ERR, "Input file is invalid");
else
CV_Error(CV_BADARG_ERR, "Unsupported file storage format");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment