Skip to content
Snippets Groups Projects
Commit 04214149 authored by Mickael Savinaud's avatar Mickael Savinaud
Browse files

BUG: correct error in a otbMsgDevMacro in JPEG2000ImageIO

parent 9a861ebc
Branches
Tags
No related merge requests found
......@@ -1268,7 +1268,7 @@ void JPEG2000ImageIO::ReadImageInformation()
key = lStream.str();
itk::EncapsulateMetaData<std::string>(dict, key, static_cast<std::string> (papszGMLMetadata[cpt]));
otbMsgDevMacro( static_cast<std::string> (papszGMLMetadata[cpt]));
otbMsgDevMacro( << static_cast<std::string>(papszGMLMetadata[cpt]));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment