Fix gcc warning

master
Piotr Dziwinski 2015-05-19 23:03:17 +02:00
parent 361a8c4ddd
commit 35ce6c228a
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ std::streampos CInputStreamBuffer::seekoff(std::streamoff off, std::ios_base::se
* egtpr - end of block
off argument is relative to way */
std::streamoff new_position;
std::streamoff new_position{};
switch (way)
{