mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-10 17:30:47 +00:00
Fixed typo
This commit is contained in:
parent
a36dabc002
commit
c98a2b9069
@ -214,7 +214,7 @@ bool RascsiImage::DeleteImage(int fd, const PbCommand& command)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (remove(full_folder.c_str())) {
|
if (remove(full_folder.c_str())) {
|
||||||
return ReturnStatus(fd, false, "Can't delete empty image folder '" + full_folder +"'");
|
return ReturnStatus(fd, false, "Can't delete empty image folder '" + full_folder + "'");
|
||||||
}
|
}
|
||||||
|
|
||||||
last_slash = folder.rfind('/');
|
last_slash = folder.rfind('/');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user