Remove spurious empty line characters. - geomyidae - a small C-based gopherd (m… | |
git clone git://git.codemadness.org/geomyidae | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit e052ad155391912e86548bcb9ba9bac65dde7879 | |
parent 7180b9b0f9ea870a68234ad47ed953a352c4ef37 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sun, 26 Feb 2023 20:54:13 +0100 | |
Remove spurious empty line characters. | |
Diffstat: | |
M ind.c | 2 +- | |
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 *… | |
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))) { |