mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
strlen() returns an size_t, but the string lengths here is limited to 16bit, so we need to explictly cast, in order to shut down compiler warning. Strings longer than 64k really shouldn't ever happen. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
13 KiB
13 KiB