Skip to content

Fix a -Wformat warning on FreeBSD

Alex Richardson requested to merge arichardson/kwin:freebsd-wformat into master

On FreeBSD we get a long long result so %ld triggers a warning. Cast to long long and use %lld to make it work on all platforms (including 32-bit).

Merge request reports