@ -175,7 +178,8 @@ impl fmt::Display for Error {
@@ -175,7 +178,8 @@ impl fmt::Display for Error {
Self::OutputAlreadyRedirected=>{
write!(f,"output streams are already redirected to 3dslink")
}
Self::BufferTooShort{provided,wanted}=>write!(f,"the provided buffer's length is too short (length = {provided}) to hold the wanted data (size = {wanted})")
Self::BufferTooShort{provided,wanted}=>write!(f,"the provided buffer's length is too short (length = {provided}) to hold the wanted data (size = {wanted})"),