From: jpr Date: Mon, 21 Nov 2005 11:31:06 +0000 (+0000) Subject: misstyping X-Git-Tag: Version1.3~57 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=e3deecb3611b821f85b1cc4b3062e2f10d9b6e3f;p=gdcm.git misstyping --- diff --git a/Testing/TestAllVM.cxx b/Testing/TestAllVM.cxx index 27dc4dc2..88b79305 100644 --- a/Testing/TestAllVM.cxx +++ b/Testing/TestAllVM.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestAllVM.cxx,v $ Language: C++ - Date: $Date: 2005/11/21 10:29:44 $ - Version: $Revision: 1.10 $ + Date: $Date: 2005/11/21 11:31:06 $ + Version: $Revision: 1.11 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -85,7 +85,7 @@ int TestAllVM(int argc, char *argv[]) filename += "/"; filename += gdcmDataImages[i]; - if (gdcmDataImages[i] == "00191113.dcm" // Track bug on Darwin + if (gdcmDataImages[i] == "00191113.dcm") // Track bug on Darwin gdcm::Debug::DebugOn(); else gdcm::Debug::DebugOff();