v3d: use snprintf(..., "%s", ...) instead of strncpy
authorEric Anholt <eric@anholt.net>
Tue, 31 Jul 2018 23:41:28 +0000 (16:41 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 31 Jul 2018 23:42:11 +0000 (16:42 -0700)
commite6ff5ac4468eb144eb8809997c696009d4a1eaae
tree889da23f951cd1897a61e705d6634600643ef462
parent3471ce99850cd2ebfe04a10d01f5fe69a349594f
v3d: use snprintf(..., "%s", ...) instead of strncpy

Fixes a compiler warning about terminator NUL, based on f836d799f906
("intel/decoder: use snprintf(..., "%s", ...) instead of strncpy")
src/broadcom/cle/v3d_decoder.c