mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 12:25:07 +00:00
size_t is unsigned, but might have different sizes depending on CPU arch, so casting it to unsigned long, so we can safely use %ld. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>