We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9bf3a commit 03c80e4Copy full SHA for 03c80e4
Source/DataStructureAndEncodingDefinition/gdcmFileMetaInformation.cxx
@@ -835,7 +835,7 @@ void FileMetaInformation::ComputeDataSetTransferSyntax()
835
const ByteValue *bv = de.GetByteValue();
836
if( !bv )
837
{
838
- throw Exception( "Unknown Transfer syntax" );
+ throw Exception( "NULL Transfer syntax" );
839
}
840
// Pad string with a \0
841
ts = std::string(bv->GetPointer(), bv->GetLength());
0 commit comments