You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ctru-rs/src/error.rs
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,10 @@ impl fmt::Display for Error {
178
178
Self::OutputAlreadyRedirected => {
179
179
write!(f,"output streams are already redirected to 3dslink")
180
180
}
181
-
Self::BufferTooShort{provided, wanted} => write!(f,"the provided buffer's length is too short (length = {provided}) to hold the wanted data (size = {wanted})"),
0 commit comments