summarylogtreecommitdiffstats
path: root/scilab-hdf5-type.patch
diff options
context:
space:
mode:
authoreolianoe2017-02-16 14:48:02 +0100
committereolianoe2017-02-16 14:48:02 +0100
commit7c361355b7e8a68b2f65ae2b19258fa7e1021ab2 (patch)
tree20d06ceebb4024886d3b57905d2a5c2bc0911e99 /scilab-hdf5-type.patch
parent8f0a968e376df385fe73eda867d6c79313de2854 (diff)
downloadaur-7c361355b7e8a68b2f65ae2b19258fa7e1021ab2.tar.gz
updpkg: 6.0.0
Diffstat (limited to 'scilab-hdf5-type.patch')
-rw-r--r--scilab-hdf5-type.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/scilab-hdf5-type.patch b/scilab-hdf5-type.patch
new file mode 100644
index 000000000000..d2210b95ef0a
--- /dev/null
+++ b/scilab-hdf5-type.patch
@@ -0,0 +1,11 @@
+--- modules/hdf5/src/c/h5_writeDataToFile.c 2017-02-15 19:49:05.972121123 +0100
++++ modules/hdf5/src/c/h5_writeDataToFile.c.new 2017-02-15 19:42:50.787848227 +0100
+@@ -2166,7 +2166,7 @@
+ return dset;
+ }
+
+-hid_t writeDoubleComplexMatrix6(int parent, const char* name, int dims, int* pdims, double* real, double* img)
++int writeDoubleComplexMatrix6(int parent, const char* name, int dims, int* pdims, double* real, double* img)
+ {
+ hid_t space = 0;
+ hid_t dset = 0;