From: malaterre Date: Tue, 25 Oct 2005 17:51:17 +0000 (+0000) Subject: ENH: Fix nasty bug. Thanks to bcc55 for actually doing optimization X-Git-Tag: OpenJPEG.Version1.2~167 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=5d2d36839380be715fb1ebac9d86ce3fbe7e0622;p=gdcm.git ENH: Fix nasty bug. Thanks to bcc55 for actually doing optimization --- diff --git a/src/gdcmTS.cxx b/src/gdcmTS.cxx index 399b2b03..c6277def 100644 --- a/src/gdcmTS.cxx +++ b/src/gdcmTS.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmTS.cxx,v $ Language: C++ - Date: $Date: 2005/09/20 09:09:43 $ - Version: $Revision: 1.50 $ + Date: $Date: 2005/10/25 17:51:17 $ + Version: $Revision: 1.51 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -75,7 +75,8 @@ static const char *SpecialStrings[] = { // MPEG2 Main Profile @ Main Level "1.2.840.10008.1.2.4.100", // Unknown - "Unknown Transfer Syntax" + "Unknown Transfer Syntax", // Pretty sure we never use this case... + NULL // Compilers have no obligation to finish by NULL, do it ourself }; //-----------------------------------------------------------------------------