summaryrefslogtreecommitdiff
path: root/build.c
diff options
context:
space:
mode:
Diffstat (limited to 'build.c')
-rw-r--r--build.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.c b/build.c
index 72cc59c..be0763e 100644
--- a/build.c
+++ b/build.c
@@ -11,7 +11,6 @@ static void build_stop(Ted *ted) {
process_kill(&ted->build_process);
ted->building = false;
ted->build_shown = false;
- *ted->build_dir = '\0';
build_clear(ted);
}