Remove other thing I missed

This commit is contained in:
J-D-K
2018-09-22 16:39:50 -04:00
parent 4c65f6e00c
commit 6f5bd864f2

View File

@@ -249,8 +249,7 @@ namespace fs
{
if(list.isDir(i))
{
std::string newPath = path + list.getItem(i) + "/";
ui::showMessage(newPath);
std::string newPath = path + list.getItem(i) + "/";s
delDir(newPath);
std::string delPath = path + list.getItem(i);