X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkUpdateVRTagDicomGenericFilter.txx;h=fd47485cfbb13cf9ae234e843a3bf5b1602b8c06;hb=f05cc2cf37d7ec960b73fa9d2393d5a888e1f87a;hp=a5713c5131fe22dfcdd381f8920e79dfc7ca28e2;hpb=c91252d780814d0d771464cdbce0f0a2cf94e891;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; }