]> sourceware.org Git - lvm2.git/commit
clean: drop unneeded -1 for snprintf
authorZdenek Kabelac <zkabelac@redhat.com>
Mon, 12 Feb 2018 20:50:07 +0000 (21:50 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 12 Feb 2018 21:14:25 +0000 (22:14 +0100)
commit7239a45b79a6076c198e0542161146257114f5be
treefa14263f949a9246cf27a4f0d4276fb361530baa
parentd94036f8ed412457f2044f0b36aebe24f7fcc707
clean: drop unneeded -1 for snprintf

man gives:
snprintf() and vsnprintf() write at most size bytes
(including the terminating null byte ('\0')) to str.
daemons/lvmetad/lvmetad-core.c
daemons/lvmlockd/lvmlockd-dlm.c
daemons/lvmlockd/lvmlockd-sanlock.c
lib/activate/activate.c
libdm/libdm-config.c
libdm/libdm-file.c
libdm/libdm-string.c
This page took 1.298606 seconds and 5 git commands to generate.