mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 16:48:01 +02:00
somewhere
This commit is contained in:
@ -530,7 +530,7 @@ int slsReceiverTCPIPInterface::set_file_dir() {
|
||||
else{
|
||||
receiverBase->setFilePath(fPath);
|
||||
retval = receiverBase->getFilePath();
|
||||
if(retval == NULL){
|
||||
if (retval == NULL || (strlen(fPath) && strcasecmp(fPath, retval))) {
|
||||
ret = FAIL;
|
||||
strcpy(mess,"receiver file path does not exist\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user