From 741915aff2cdbd3bbea822bf3dd24542ee2c5a7b Mon Sep 17 00:00:00 2001 From: malaterre Date: Mon, 14 Feb 2005 16:46:15 +0000 Subject: [PATCH] COMP: Fix stupid VS6 bug --- Testing/TestUtil.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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