X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmHeaderEntry.cxx;h=a55933c0502308db78c8532a92faf5ab626e7d67;hb=fae5f95ae8cf044c024b1793b94032c9368f0f4b;hp=3c2ffaf7601f9e34827341f62d141efd174348b2;hpb=56f1689f9fd5fad774a767a80e900b23dbd92814;p=gdcm.git diff --git a/src/gdcmHeaderEntry.cxx b/src/gdcmHeaderEntry.cxx index 3c2ffaf7..a55933c0 100644 --- a/src/gdcmHeaderEntry.cxx +++ b/src/gdcmHeaderEntry.cxx @@ -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();