From a9b18ab32e0dd2e062e428b78e3bd65d3d21d93e Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Wed, 29 May 2013 15:42:50 +0000 Subject: [PATCH] fixed more files in rxr earlier bug git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@589 951219d9-93cf-4727-9268-0efd64621fa3 --- slsDetectorSoftware/slsReceiver/slsReceiverFunctionList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/slsReceiver/slsReceiverFunctionList.cpp b/slsDetectorSoftware/slsReceiver/slsReceiverFunctionList.cpp index 016c9fa20..f5f3e0338 100644 --- a/slsDetectorSoftware/slsReceiver/slsReceiverFunctionList.cpp +++ b/slsDetectorSoftware/slsReceiver/slsReceiverFunctionList.cpp @@ -483,7 +483,7 @@ int slsReceiverFunctionList::startWriting(){ } //if(prevframenum != 0){ - if(!framesCaught){ + if(framesCaught){ prevframenum=currframenum; framesInFile = 0; }