diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-04 22:02:55 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-04 22:02:55 -0400 |
| commit | 881ed40aaa64de531f1f4d11ccfdb8ec361316de (patch) | |
| tree | fbbf2fd3a78c3c4c4e83ce5d7e7933d9099efad9 /src/matfile.c | |
| parent | 26b0ae68447a04957df8710f366db15c98576e39 (diff) | |
feat: Add "Written by libMatfile"
Add "Written by libMatfile" to the description section of MAT-Files.
Diffstat (limited to 'src/matfile.c')
| -rw-r--r-- | src/matfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
