changeset 2:b21b7c3511d5

backward compatibility with imagej 1.46a
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Dec 2014 16:20:21 +0100
parents 8737ad078d68
children 929a9db62d7d
files com/orthancserver/DicomDecoder.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/com/orthancserver/DicomDecoder.java	Mon Dec 08 16:08:10 2014 +0100
+++ b/com/orthancserver/DicomDecoder.java	Thu Dec 18 16:20:21 2014 +0100
@@ -183,7 +183,7 @@
       stack = new ImageStack(slice.getWidth(), slice.getHeight());
     }
 
-    stack.addSlice(slice);
+    stack.addSlice("", slice);
     return stack;
   }