mirror of
https://github.com/akuker/RASCSI.git
synced 2025-04-08 21:41:39 +00:00
Fixed filepath handling
This commit is contained in:
parent
51e807f365
commit
e18934d545
@ -867,6 +867,8 @@ bool ProcessCmd(int fd, const PbDeviceDefinition& pb_device, const PbOperation o
|
||||
|
||||
FileSupport *file_support = dynamic_cast<FileSupport *>(device);
|
||||
if (file_support) {
|
||||
Filepath filepath;
|
||||
file_support->GetPath(filepath);
|
||||
file_support->UnreserveFile(filepath);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user