Commit 9ba514cc authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Eliminate debugging work-around, to quench a warning.

parent 0bff8039
......@@ -345,7 +345,7 @@ i_mode(void)
vsb = VSB_new_auto();
q = p = read_file("Makefile_");
q = p = read_file("Makefile");
if (p == NULL) {
fprintf(stderr, "No Makefile to search for -i flag.\n");
VSB_printf(vsb, "%s/../..", cwd);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment