Selaa lähdekoodia

Prefer CMOVE operation in query/retrieve

Michael Bauer 13 vuotta sitten
vanhempi
commit
6db4e7bb18
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Libs/DICOM/Core/ctkDICOMQuery.cpp

+ 1 - 1
Libs/DICOM/Core/ctkDICOMQuery.cpp

@@ -109,7 +109,7 @@ ctkDICOMQueryPrivate::ctkDICOMQueryPrivate()
   this->Query = new DcmDataset();
   this->Port = 0;
   this->Canceled = false;
-  this->PreferCGET = true;
+  this->PreferCGET = false;
 }
 
 //------------------------------------------------------------------------------