mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-14 13:35:31 -05:00
Remove other thing I missed
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user