On Thu, 11 Feb 2016 11:16:47 +0100 (CET)
git_AT_suckless.org wrote:
> + if (strlcat(fsopts, EARGF(usage()), sizeof(fsopts)) >= sizeof(fsopts))
> + if (strlcat(fsopts, me->mnt_opts, sizeof(fsopts)) >= sizeof(fsopts))
Use estrlcat() instead.
Cheers
FRIGN
--
FRIGN <dev_AT_frign.de>
Received on Thu Feb 11 2016 - 15:15:51 CET