X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/5f2664f13c90f083b827d8fafa6cfc01c0c4f513..6bef566f99c7f85cbab9692e22b183ae99f33c1d:/scan-tree.c diff --git a/scan-tree.c b/scan-tree.c index 2e87999..1cb4e5d 100644 --- a/scan-tree.c +++ b/scan-tree.c @@ -246,7 +246,7 @@ void scan_projects(const char *path, const char *projectsfile, repo_config_fn fn projectsfile, strerror(errno), errno); return; } - while (strbuf_getline(&line, projects, '\n') != EOF) { + while (strbuf_getline(&line, projects) != EOF) { if (!line.len) continue; strbuf_insert(&line, 0, "/", 1);