changeset 280:bff26b6f69f5

dummy
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Jun 2019 16:49:12 +0200
parents 003315d900ad
children b458aa0321a2
files UnitTestsSources/UnitTestsMain.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/UnitTestsSources/UnitTestsMain.cpp	Thu Jun 06 16:48:12 2019 +0200
+++ b/UnitTestsSources/UnitTestsMain.cpp	Thu Jun 06 16:49:12 2019 +0200
@@ -614,7 +614,7 @@
       //printf(">> %d\n", part.size());
 
       char buf[1024];
-      sprintf(buf, "/tmp/google-%06d.dcm", count_);
+      sprintf(buf, "google-%06d.dcm", count_);
 
       std::string s((const char*) part, size);
       Orthanc::SystemToolbox::WriteFile(s, buf);