Skip to content

Commit 03c80e4

Browse files
committed
Fix minor typo in exception
1 parent ad9bf3a commit 03c80e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/DataStructureAndEncodingDefinition/gdcmFileMetaInformation.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ void FileMetaInformation::ComputeDataSetTransferSyntax()
835835
const ByteValue *bv = de.GetByteValue();
836836
if( !bv )
837837
{
838-
throw Exception( "Unknown Transfer syntax" );
838+
throw Exception( "NULL Transfer syntax" );
839839
}
840840
// Pad string with a \0
841841
ts = std::string(bv->GetPointer(), bv->GetLength());

0 commit comments

Comments
 (0)