Skip to content
Snippets Groups Projects
Commit f0ec2118 authored by Robert Hedman's avatar Robert Hedman
Browse files

small fix

parent ddfaf85e
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ fn main() { ...@@ -43,7 +43,7 @@ fn main() {
let mut recording = false; let mut recording = false;
for r in stream.bytes() { for r in stream.try_clone().expect("stream clone failed").bytes() {
match r { match r {
Ok(b) => { Ok(b) => {
if b == 2 { if b == 2 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment