forked from organicmaps/organicmaps
Fixed assert in unit test
This commit is contained in:
parent
44ed3d12ae
commit
eeea511156
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ public:
|
|||
|
||||
string result;
|
||||
result.resize(end - begin);
|
||||
ReadFromPos(m_dataReader, begin, &result[0], end - begin);
|
||||
ReadFromPos(m_dataReader, begin, (void *)result.data(), end - begin);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue