X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmParse.cxx;h=7936e69aa310760a51000016c1b3fe597f6d5c01;hb=54ce6e928bccc91bb12601c782b92c833678de40;hp=b79efb72e69f6aa49950e31612b447f1d3d16b09;hpb=b0745f542bc5ff8332c1f8445e7181279d12aefe;p=gdcm.git diff --git a/src/gdcmParse.cxx b/src/gdcmParse.cxx index b79efb72..7936e69a 100644 --- a/src/gdcmParse.cxx +++ b/src/gdcmParse.cxx @@ -51,7 +51,7 @@ bool gdcmFile::ParsePixelData(void) { } int nb; - std::string str_nb=Header->GetPubElValByNumber(0x0028,0x0100); + std::string str_nb=Header->GetPubEntryByNumber(0x0028,0x0100); if (str_nb == GDCM_UNFOUND ) { nb = 16; } else {