mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-01-19 02:15:53 -05:00
In FreeBSD with clang, NULL is redefined to nullptr since freebsd/freebsd-src@c8ed04c static_cast should be used in this case. This fixes build with clang on FreeBSD and should not cause any issues with other compilers.