]> Creatis software - gdcm.git/blobdiff - src/gdcmObject.cxx
FIX gdcmParser::ReplaceOrCreateByNumber shouldn't seg fault any more (hope so...)
[gdcm.git] / src / gdcmObject.cxx
index f9a4760655cefb6d3c3762ef916b167ed40d44f0..d4527bc1449dc9e5f58601fb2adc29a91e4cf5b7 100644 (file)
@@ -105,8 +105,7 @@ void gdcmObject::ResetBoundaries(int flag) {
   // upwards again to fffe,e000   
    if (fin()== (--(plistEntries->end())) )  // Don't try anything more when end 
        return;                              // of Chained List is reached   
-       
-                                    
+                                           
    for( i=j=fin();
         ((*i)->GetGroup() != 0xfffe)  && ((*i)->GetElement() != 0xe000);
        --i,j--) {