From 2bcdb7491789d344f7a593e6a678c6d4d7dc8fc6 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Thu, 19 May 2016 14:07:40 +0200 Subject: [PATCH] Possible fix? --- src/output/output.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/output/output.cpp b/src/output/output.cpp index ce8b84f4..1888e545 100644 --- a/src/output/output.cpp +++ b/src/output/output.cpp @@ -992,6 +992,7 @@ namespace Mist { } //if this is a live stream, we might have just reached the live point. //check where the next key is + nxtKeyNum[nxt.tid] = getKeyForTime(nxt.tid, thisPacket.getTime()); int nextPage = pageNumForKey(nxt.tid, nxtKeyNum[nxt.tid]+1); //are we live, and the next key hasn't shown up on another page? then we're waiting. if (myMeta.live && currKeyOpen.count(nxt.tid) && (currKeyOpen[nxt.tid] == (unsigned int)nextPage || nextPage == -1)){