| Remove spurious empty line characters. - geomyidae - A small C-based gopherd. | |
| git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri… | |
| Log | |
| Files | |
| Refs | |
| Tags | |
| 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))) { |