Fixed: Uninitialized variable

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent 8db7d75e7e
commit 408dbb64f6

@ -213,7 +213,7 @@ public:
static SRes seekFunc(void *object, Int64 *pos, ESzSeek origin) static SRes seekFunc(void *object, Int64 *pos, ESzSeek origin)
{ {
Q7zFile *me = (Q7zFile*)object; Q7zFile *me = (Q7zFile*)object;
qint64 newPos; qint64 newPos = 0;
switch(origin) switch(origin)
{ {

Loading…
Cancel
Save