summaryrefslogtreecommitdiffstats
path: root/src/matio-1-portability.patch
diff options
context:
space:
mode:
authorMartin Lambers <marlam@marlam.de>2013-01-25 22:17:26 (GMT)
committerMark Brand <mabrand@mabrand.nl>2013-01-26 10:59:03 (GMT)
commit5cae6217d05d0fde3ce94adaf865a68640a7af75 (patch)
tree2ff6f28726d0a6b21ec51d7c8ce245055217f4a4 /src/matio-1-portability.patch
parent5e2342b9ca4f34b37d8aed8d7a34e5aa11e71453 (diff)
downloadmxe-5cae6217d05d0fde3ce94adaf865a68640a7af75.zip
mxe-5cae6217d05d0fde3ce94adaf865a68640a7af75.tar.gz
mxe-5cae6217d05d0fde3ce94adaf865a68640a7af75.tar.bz2
update package matio
Diffstat (limited to 'src/matio-1-portability.patch')
-rw-r--r--src/matio-1-portability.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/matio-1-portability.patch b/src/matio-1-portability.patch
new file mode 100644
index 0000000..8949ab8
--- /dev/null
+++ b/src/matio-1-portability.patch
@@ -0,0 +1,14 @@
+This file is part of MXE.
+See index.html for further information.
+
+--- a/src/matio_private.h 2013-01-25 22:56:35.791936384 +0100
++++ b/src/matio_private.h 2013-01-25 22:56:48.915937755 +0100
+@@ -60,7 +60,7 @@
+ * @endif
+ */
+ struct _mat_t {
+- void *fp; /**< File pointer for the MAT file */
++ FILE *fp; /**< File pointer for the MAT file */
+ char *header; /**< MAT File header string */
+ char *subsys_offset; /**< offset */
+ char *filename; /**< Filename of the MAT file */