mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 03:40:04 +02:00
startframeindex corrected
This commit is contained in:
parent
a4fcf622a9
commit
b9caa1e1e1
@ -2871,7 +2871,7 @@ void UDPStandardImplementation::handleWithoutMissingPackets(int ithread, char* w
|
||||
//write to file if enabled and update write parameters
|
||||
if(npackets > 0){
|
||||
if((fileWriteEnable) && (sfilefd[ithread])){
|
||||
if((tempframenumber%maxFramesPerFile) == 0){
|
||||
if(tempframenumber && (tempframenumber%maxFramesPerFile) == 0){
|
||||
exit(-1);
|
||||
createNewFile(ithread);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user