tbeu / matio

MATLAB MAT File I/O Library
https://matio.sourceforge.io
BSD 2-Clause "Simplified" License
330 stars 97 forks source link

Fix WriteData signature #229

Closed h3xx closed 7 months ago

h3xx commented 7 months ago

Changed void* to const void* in 0884b80a7ee5783b6193d7e2c58f997d121d3245.

The mis-match made it no longer compile in GCC 13.2.0. This fixes that.