summaryrefslogtreecommitdiffstats
path: root/src/matio-1-portability.patch
blob: 47993483d6446a2eae40751d29e4f046b45d72b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This file is part of MXE. See LICENSE.md for licensing 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 */