diff options
author | Yuya Nishihara <yuya@tcha.org> | 2021-04-10 15:31:06 +0900 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-04-13 16:55:46 +0200 |
commit | 3c5cc02b18a67968974f534c91d289ea658c9d2d (patch) | |
tree | 53db9b8660d49ab6f86da8d63a3c710146039bd1 /protocol/drm.xml | |
parent | a71d565138b5100ebfbac99293bc467d0fc21ef6 (diff) |
xcursor: use memcpy() to append string of known size
Since len <= strlen(elt) is known, we don't need a str*() function. Let's
simply do memcpy() to suppress linter false positive.
Fixes #2777.
Diffstat (limited to 'protocol/drm.xml')
0 files changed, 0 insertions, 0 deletions