mirror of
https://github.com/openbsd/src.git
synced 2025-01-04 23:35:36 -08:00
Nuke some erroneous leading whitespace.
This commit is contained in:
parent
4442fdb76b
commit
9b082f83dc
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: ls.c,v 1.47 2016/08/16 16:09:24 krw Exp $ */
|
||||
/* $OpenBSD: ls.c,v 1.48 2016/08/16 16:13:32 krw Exp $ */
|
||||
/* $NetBSD: ls.c,v 1.18 1996/07/09 09:16:29 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
@ -529,7 +529,7 @@ display(FTSENT *p, FTSENT *list)
|
||||
|
||||
if (f_flags) {
|
||||
np->flags = &np->data[ulen + 1 + glen + 1];
|
||||
(void)strlcpy(np->flags, flags, flen + 1);
|
||||
(void)strlcpy(np->flags, flags, flen + 1);
|
||||
if (*flags != '-')
|
||||
free(flags);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user