Allow empty info lines again. - geomyidae - a small C-based gopherd (mirror) | |
git clone git://git.codemadness.org/geomyidae | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 5b2a4d186c668de83728638abfd9d59e47d2f58e | |
parent 204c8cedb99683d264e2612a4e126142a20e3042 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Wed, 27 Jul 2022 00:17:28 +0200 | |
Allow empty info lines again. | |
Diffstat: | |
M ind.c | 3 --- | |
1 file changed, 0 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/ind.c b/ind.c | |
@@ -255,9 +255,6 @@ getadv(char *str) | |
char *b, *e, *o, *bo; | |
Elems *ret; | |
- if (strlen(str) == 0) | |
- return NULL; | |
- | |
ret = xcalloc(1, sizeof(Elems)); | |
if (strchr(str, '\t')) { |