Commit 6a5298a5 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #9664 from tomoaki0705:fixBuildVS2013

parents 8129f537 48c4bea5
......@@ -72,7 +72,7 @@ Mat blobFromNPY(const std::string& path)
ifs.ignore(1); // Skip major version byte.
ifs.ignore(1); // Skip minor version byte.
uint16_t headerSize;
unsigned short headerSize;
ifs.read((char*)&headerSize, sizeof(headerSize));
std::string header(headerSize, '*');
......
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