[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. 2b606cf31d1d849732f121f5ba5ceeefd8
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2020-06-25 08:26:35
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grassroots DICOM".
The branch, release has been updated
via 2b606cf31d1d849732f121f5ba5ceeefd88966c2 (commit)
from e90372564ffa4b2be339e176d365af88fc380c30 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceforge.net/p/gdcm/gdcm/ci/2b606cf31d1d849732f121f5ba5ceeefd88966c2/
commit 2b606cf31d1d849732f121f5ba5ceeefd88966c2
Author: Mathieu Malaterre <mat...@gm...>
Date: Thu Jun 25 10:26:20 2020 +0200
Minor warning
diff --git a/Testing/Source/MediaStorageAndFileFormat/Cxx/TestAnonymizer2.cxx b/Testing/Source/MediaStorageAndFileFormat/Cxx/TestAnonymizer2.cxx
index 069c6b2a7..3dc3b9b31 100644
--- a/Testing/Source/MediaStorageAndFileFormat/Cxx/TestAnonymizer2.cxx
+++ b/Testing/Source/MediaStorageAndFileFormat/Cxx/TestAnonymizer2.cxx
@@ -47,6 +47,7 @@ int TestAnonymize2(const char *subdir, const char *filename, bool verbose = fals
System::MakeDirectory( tmpdir.c_str() );
//return 1;
}
+ if(verbose) std::cout << "Processing: " << filename << std::endl;
std::string outfilename = Testing::GetTempFilename( filename, subdir );
// Create directory first:
-----------------------------------------------------------------------
Summary of changes:
Testing/Source/MediaStorageAndFileFormat/Cxx/TestAnonymizer2.cxx | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Grassroots DICOM
|