70cd2a9741
There is no advantage in using BLI_strncpy/BLI_strncpy_utf8 when the destination string has been allocated and won't be concatenated. Also no need to calloc memory which is filled by strcpy afterwards.