X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestBug.cxx;h=6f87e0ad21a081d4eeb4ca8a0b108f59208defa1;hb=7a59bd7a91b4ffcd4b24a8d18badbfc5adc3631b;hp=6cc2340444039232375bd350571d1152efb69120;hpb=5340d1e382a85926f050a0644d8c0d10d25586e2;p=gdcm.git diff --git a/Testing/TestBug.cxx b/Testing/TestBug.cxx index 6cc23404..6f87e0ad 100644 --- a/Testing/TestBug.cxx +++ b/Testing/TestBug.cxx @@ -7,7 +7,7 @@ int TestBug(int argc, char* argv[]) { gdcmHeader* e1; - + if (argc > 1) e1 = new gdcmHeader( argv[1] ); else {