]> Creatis software - gdcm.git/blobdiff - src/gdcmHeader.cxx
* Dicts/dicomV3.dic removed all the trailing (RET) when the
[gdcm.git] / src / gdcmHeader.cxx
index b886afe215bc2203ee6cd864b901a1e67519d354..d10063e116670656fc3e2c9a36c1d2d5fef8ce4c 100644 (file)
@@ -187,7 +187,7 @@ void gdcmHeader::CheckSwap()
        // four (bytes), then determining the proper swap code is straightforward.
 
        entCur = deb + 4;
-       s = str2num(entCur, int);
+       s = str2num(entCur, guint32);
        
        switch (s) {
        case 0x00040000 :