publish changes

This commit is contained in:
Archie 2024-09-29 02:04:03 +00:00
parent afc5064a7b
commit ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions

View file

@ -47,7 +47,7 @@
* - All strings returned from libopenmpt are dynamically allocated and must
* be freed with openmpt_free_string(). Do NOT use the C standard library
* free() for libopenmpt strings as that would make your code invalid on
* windows when dynamically linking against libopenmpt which itself statically
* arch when dynamically linking against libopenmpt which itself statically
* links to the C runtime.
* - All strings passed to libopenmpt are copied. No ownership is assumed or
* transferred.