Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vips2tiff: fix function pointer cast issue
`g_slist_sort()` uses the same implementation as `g_slist_sort_with_data()` within in GLib; hence, the function's signature must align with that of `GCompareDataFunc`. Helps wasm-vips, where function pointer cast issues fails at runtime.
- Loading branch information