diff options
Diffstat (limited to '')
| -rw-r--r-- | scan-tree.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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);  |