From: malaterre Date: Mon, 14 Feb 2005 16:46:15 +0000 (+0000) Subject: COMP: Fix stupid VS6 bug X-Git-Tag: Version1.2.bp~886 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=741915aff2cdbd3bbea822bf3dd24542ee2c5a7b;p=gdcm.git COMP: Fix stupid VS6 bug --- diff --git a/Testing/TestUtil.cxx b/Testing/TestUtil.cxx index 26a81a4f..83d934e7 100644 --- a/Testing/TestUtil.cxx +++ b/Testing/TestUtil.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestUtil.cxx,v $ Language: C++ - Date: $Date: 2005/02/14 10:50:00 $ - Version: $Revision: 1.11 $ + Date: $Date: 2005/02/14 16:46:15 $ + Version: $Revision: 1.12 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -37,9 +37,9 @@ int TestUtil(int , char *[]) // Tokenize : tokens are '#', '@', '-' std::vector tokens; gdcm::Util::Tokenize (x, tokens, "#@-"); - for (unsigned int i=0; i