Ticket #122: patch2

File patch2, 486 bytes (added by anonymous, 20 years ago)
Line 
1Index: programs/mythcommflag/ClassicCommDetector.cpp
2===================================================================
3--- programs/mythcommflag/ClassicCommDetector.cpp (revision 6783)
4+++ programs/mythcommflag/ClassicCommDetector.cpp (working copy)
5@@ -237,7 +237,7 @@
6 emit(statusUpdate("Building Detection Buffer"));
7
8 int a = 0;
9- while (a < requiredHeadStart)
10+ while (a < requiredHeadStart && stillRecording)
11 {
12 emit(breathe());
13 if (m_bStop)