diff options
-rw-r--r-- | i_events.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i_events.go b/i_events.go index ff2c9c4..2e5e810 100644 --- a/i_events.go +++ b/i_events.go @@ -161,6 +161,7 @@ func i_delete_dir(data *HardData) { c_die("can't remove " + dir_path, err) } // TODO: finish this + // TODO: litems ldirs and shit and lots of segv } func i_delete_host(data *HardData) { |