Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ola: fix compilation with musl 1.2.3
musl 1.2.3 defines NULL as nullptr. Cannot use reinterpret_cast with nullptr. No idea why this is even here. NULL in C == 0.
- Loading branch information