mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-23 06:30:04 +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())) {
|
||||
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('/');
|
||||
|
Loading…
Reference in New Issue
Block a user