diff OrthancServer/Internals/StoreScp.cpp @ 194:0186ac92810c

fixes for Ubuntu 10.04
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Nov 2012 09:23:53 +0100
parents fe180eae201d
children 4d7469f72a0b
line wrap: on
line diff
--- a/OrthancServer/Internals/StoreScp.cpp	Tue Nov 13 14:02:28 2012 +0100
+++ b/OrthancServer/Internals/StoreScp.cpp	Wed Nov 14 09:23:53 2012 +0100
@@ -81,7 +81,7 @@
                                      /*opt_groupLength*/ EGL_recalcGL,
                                      /*opt_paddingType*/ EPD_withoutPadding);
 #else
-      OFCondition c = dataSet->write(ob, xfer, encodingType);
+      OFCondition c = dataSet->write(ob, xfer, encodingType, NULL);
 #endif
 
       dataSet->transferEnd();