X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkUpdateVRTagDicomGenericFilter.txx;h=fd47485cfbb13cf9ae234e843a3bf5b1602b8c06;hb=d9c8c6e6c759655fc24d05d47b962d2ba574b95d;hp=a5713c5131fe22dfcdd381f8920e79dfc7ca28e2;hpb=979625de4ee00e02a17cde6e587ea6d01a69c064;p=clitk.git diff --git a/tools/clitkUpdateVRTagDicomGenericFilter.txx b/tools/clitkUpdateVRTagDicomGenericFilter.txx index a5713c5..fd47485 100644 --- a/tools/clitkUpdateVRTagDicomGenericFilter.txx +++ b/tools/clitkUpdateVRTagDicomGenericFilter.txx @@ -198,8 +198,8 @@ UpdateVRTagDicomGenericFilter::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; }