diff options
| -rw-r--r-- | example/test.mat | bin | 320 -> 320 bytes | |||
| -rw-r--r-- | src/matfile.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/example/test.mat b/example/test.mat Binary files differindex 810c543..45738ab 100644 --- a/example/test.mat +++ b/example/test.mat diff --git a/src/matfile.c b/src/matfile.c index c629db0..6f76461 100644 --- a/src/matfile.c +++ b/src/matfile.c @@ -3,7 +3,7 @@ #include <string.h> #include <time.h> -static const char *const default_description = "MATLAB 5.0 MAT-file, Created on: "; +static const char *const default_description = "MATLAB 5.0 MAT-file, Written By libMatfile, Created on: "; bool write_header(FILE *file) { if (file == NULL) { |
