This commit is contained in:
Andreas Fabri 2022-02-02 07:43:47 +00:00
parent a5110493f8
commit 8d3f4fb20b
1 changed files with 1 additions and 1 deletions

View File

@ -710,7 +710,7 @@ public:
if(entries.empty()) if(entries.empty())
{ {
m_in.clear(std::ios::badbit); m_in.clear(std::ios::badbit);
size = 0; size = 0;
return; return;
} }
size = static_cast<std::size_t>(entries[0]); size = static_cast<std::size_t>(entries[0]);