X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestDicomString.cxx;h=006d3b450042db153ff533fb5f374bf6186905b4;hb=3e82e8b67eddf5d4b95b6aa2a2e2615aced4c452;hp=c778fa112a7a7dd8d09583d1dcfed48470404a9a;hpb=0408b1aa8aaf0d1e17391984490ad2bbe89a922b;p=gdcm.git diff --git a/Testing/TestDicomString.cxx b/Testing/TestDicomString.cxx index c778fa11..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: 2005/01/08 23:18:31 $ - Version: $Revision: 1.4 $ + 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 @@ -18,7 +18,7 @@ #include "gdcmUtil.h" #include -int TestDicomString(int , char* []) +int TestDicomString(int, char *[]) { int i; const char *s = "\0\0"; @@ -36,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; }