mirror of
https://github.com/akuker/RASCSI.git
synced 2025-03-10 11:33:46 +00:00
Error message update
This commit is contained in:
parent
fe76a1a577
commit
29d919d30e
@ -159,7 +159,7 @@ bool RascsiImage::CreateImage(int fd, const PbCommand& command)
|
||||
}
|
||||
if (len < 512 || (len & 0x1ff)) {
|
||||
ostringstream error;
|
||||
error << "Invalid image file size " << len;
|
||||
error << "Invalid image file size " << len << " (not a multiple of 512)";
|
||||
return ReturnStatus(fd, false, error.str());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user