commit e052ad155391912e86548bcb9ba9bac65dde7879
parent 7180b9b0f9ea870a68234ad47ed953a352c4ef37
Author: Christoph Lohmann <20h@r-36.net>
Date: Sun, 26 Feb 2023 20:54:13 +0100
Remove spurious empty line characters.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ind.c b/ind.c
@@ -461,7 +461,7 @@ printelem(int fd, Elems *el, char *file, char *base, char *addr, char *port)
snprintf(buf, sizeof(buf), "%s%.*s/%.*s", base, len,
path, blen, el->e[2]);
-
+
if ((path = realpath(buf, NULL)) &&
(realbase = realpath(base, NULL)) &&
!strncmp(realbase, path, strlen(realbase))) {