X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestDicomString.cxx;h=006d3b450042db153ff533fb5f374bf6186905b4;hb=df99daa8d66c7ecf2076169c92c109610fe7b00f;hp=ce0efd42f76ed6cf329812cff5df8199f80d33b3;hpb=5ce83ba7ad93f458923e5f3b7aa406651db90637;p=gdcm.git diff --git a/Testing/TestDicomString.cxx b/Testing/TestDicomString.cxx index ce0efd42..006d3b45 100644 --- a/Testing/TestDicomString.cxx +++ b/Testing/TestDicomString.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestDicomString.cxx,v $ Language: C++ - Date: $Date: 2004/11/16 04:28:20 $ - Version: $Revision: 1.3 $ + Date: $Date: 2005/02/02 10:05:26 $ + Version: $Revision: 1.5 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -16,8 +16,9 @@ =========================================================================*/ #include "gdcmUtil.h" +#include -int TestDicomString(int , char* []) +int TestDicomString(int, char *[]) { int i; const char *s = "\0\0"; @@ -35,7 +36,8 @@ std::string zeros(x, 0); char s1[] = "\0"; char s2[] = "\0\0"; char s3[] = "\0\0\0"; -char s4[] = "\0abc";*/ +char s4[] = "\0abc"; +*/ return 0; }