]> Creatis software - gdcm.git/blobdiff - src/gdcmHeaderEntry.cxx
* FIX : Set the elements to create the DicomDir in a dictionary file
[gdcm.git] / src / gdcmHeaderEntry.cxx
index 0185b9157ce0844e180d81b6b669043a9b9d075b..a55933c0502308db78c8532a92faf5ab626e7d67 100644 (file)
@@ -14,7 +14,7 @@
 #include <iomanip> // for std::ios::left, ...
 
 
-#define MAX_SIZE_PRINT_ELEMENT_VALUE 10000
+#define MAX_SIZE_PRINT_ELEMENT_VALUE 64
 
 //-----------------------------------------------------------------------------
 // Constructor / Destructor
@@ -41,6 +41,7 @@ void gdcmHeaderEntry::Print(std::ostream & os) {
    std::ostringstream s;
    guint32 lgth;
    char greltag[10];  //group element tag
+
    g  = GetGroup();
    e  = GetElement();
    v  = GetValue();