]> Creatis software - clitk.git/blobdiff - tools/clitkUpdateVRTagDicomGenericFilter.txx
Add VTK 8.1.1 and ITK 5 beta
[clitk.git] / tools / clitkUpdateVRTagDicomGenericFilter.txx
index a5713c5131fe22dfcdd381f8920e79dfc7ca28e2..fd47485cfbb13cf9ae234e843a3bf5b1602b8c06 100644 (file)
@@ -198,8 +198,8 @@ UpdateVRTagDicomGenericFilter<args_info_type>::ReadDataElement(std::ifstream& f,
   //While copy, include the 2 letters of the VRTag
   //For SQ, I had to count the number of byte with size and endSQ
 
/* while (f) {
-         uint32_t tempChar;
 /*while (f) {
+    uint32_t tempChar(0);
     f.read((char*)&tempChar,1);
     std::cout << tempChar << std::endl;
   }