mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 06:15:58 +08:00
path check
This commit is contained in:
parent
4e3eb89d31
commit
f82bf0d495
@ -255,6 +255,7 @@ void RemovableDriveManager::eject_drive(const std::string &path)
|
||||
if(correct_path[i]==' ')
|
||||
{
|
||||
correct_path = correct_path.insert(i,"\\");
|
||||
i++;
|
||||
}
|
||||
}
|
||||
std::cout<<"Ejecting "<<(*it).name<<" from "<< (*it).path<<"\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user