diff OrthancServer/DicomInstanceToStore.cpp @ 1793:9a3a77d1d2a2

backward compatibility with Orthanc 0.9.4
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Nov 2015 11:57:32 +0100
parents a001f6226c7c
children bdfae6e17d23
line wrap: on
line diff
--- a/OrthancServer/DicomInstanceToStore.cpp	Wed Nov 18 09:56:34 2015 +0100
+++ b/OrthancServer/DicomInstanceToStore.cpp	Thu Nov 19 11:57:32 2015 +0100
@@ -109,7 +109,8 @@
     if (!json_.HasContent())
     {
       json_.Allocate();
-      FromDcmtkBridge::ToJson(json_.GetContent(), GetDataset(parsed_.GetContent()), 
+      FromDcmtkBridge::ToJson(json_.GetContent(),
+                              GetDataset(parsed_.GetContent()), 
                               DicomToJsonFormat_Full, 
                               DicomToJsonFlags_Default,
                               256 /* max string length */);