mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-04-23 17:39:38 -04: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.