Skip to content

Commit f4601b4

Browse files
committed
PoC2 -> PoC1 conversion before block 502000 #394
1 parent b36f72c commit f4601b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/PlotReader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ void Burst::PlotReader::runTask()
181181
{
182182
memoryAcquired = globalBufferSize.reserve(memoryToAcquire);
183183

184-
if (poc2 && !plotFile.isPoC(2))
184+
if ((poc2 && !plotFile.isPoC(2)) || (!poc2 && plotFile.isPoC(2)))
185185
while (!isCancelled() && !memoryAcquiredMirror)
186186
memoryAcquiredMirror = globalBufferSize.reserve(memoryToAcquire);
187187
}

0 commit comments

Comments
 (0)