[Gdcm-hackers] gdcm-git:Grassroots DICOM branch master updated. 239ed2e4997c1ec846638ea20fe020ac86c
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2011-02-25 11:04:23
|
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, master has been updated
via 239ed2e4997c1ec846638ea20fe020ac86c8bc24 (commit)
from afc488f2913893ad2f97015574f3364edf390c8b (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 -----------------------------------------------------------------
http://gdcm.git.sourceforge.net/git/gitweb.cgi?p=gdcm/gdcm;a=commit;h=239ed2e4997c1ec846638ea20fe020ac86c8bc24
commit 239ed2e4997c1ec846638ea20fe020ac86c8bc24
Author: Mathieu Malaterre <mat...@gm...>
Date: Fri Feb 25 12:04:02 2011 +0100
Fixing Mark's commit
diff --git a/Testing/Source/MessageExchangeDefinition/Cxx/TestSCUFunctions.cxx b/Testing/Source/MessageExchangeDefinition/Cxx/TestSCUFunctions.cxx
index bf76135..1d1bdb3 100644
--- a/Testing/Source/MessageExchangeDefinition/Cxx/TestSCUFunctions.cxx
+++ b/Testing/Source/MessageExchangeDefinition/Cxx/TestSCUFunctions.cxx
@@ -236,7 +236,7 @@ int TestSCUFunctions(int argc, char *argv[])
theQuery = theNetworkFunctions.ConstructQuery(gdcm::ePatientRootType, gdcm::ePatient, keys, true);
std::vector<gdcm::DataSet> theMoveDataSets = theNetworkFunctions.CMoveToMemory(remote.c_str(), portno, theQuery,
- moveReturnPort, aetitle.c_str(), call.c_str(), outputDir.c_str());
+ moveReturnPort, aetitle.c_str(), call.c_str() );
if (theMoveDataSets.empty())
{
std::cerr << "CMove failed for file " << *fitor << std::endl;
-----------------------------------------------------------------------
Summary of changes:
.../Cxx/TestSCUFunctions.cxx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Grassroots DICOM
|