mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-04-18 01:30:43 +02:00
Avoids gcc warnings that we're using strncpy wrong to copy a known-length set of characters without a terminating '\0' to a buffer whose length we are checking separately. (Should also be imperceptibly faster since we no longer check if each byte is '\0' when we already know it won't be.) Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> |
||
|---|---|---|
| .. | ||
| def | ||
| gen | ||
| Utf8 | ||
| Makefile.am | ||