slsDetectorSoftware: removed warnings, and made compilable via make

This commit is contained in:
2018-07-10 14:58:18 +02:00
parent f5a86bbfe1
commit c2b1eef75c
10 changed files with 161 additions and 156 deletions

View File

@ -6355,7 +6355,7 @@ string slsDetectorCommand::cmdReceiver(int narg, char *args[], int action) {
}
char answer[100];
memset(answer, 0, 100);
sprintf(answer,"%s", myDet->setReceiverFramesPerFile());
sprintf(answer,"%d", myDet->setReceiverFramesPerFile());
return string(answer);
}