This commit is contained in:
Jean-Francois Dockes 2019-03-20 10:58:13 +01:00
commit 117207c6ca

View File

@ -189,6 +189,7 @@ bool topdirs_state(vector<bool> tdlstate)
for (const auto& dir : o_topdirs) {
tdlstate.push_back(path_empty(dir));
}
return true;
}
static void sigcleanup(int sig)