This website works better with JavaScript.
Home
Explore
Help
Sign In
bernd
/
smart-home
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
rust-protocol: Fix return value.
Mathias Gottschlag
5 years ago
parent
e36c766458
commit
65664d2b93
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
common/rust-protocol/src/lib.rs
+ 1
- 1
common/rust-protocol/src/lib.rs
View File
@@ -115,7 +115,7 @@ impl Report {
115
115
}
116
116
data = &mut data[value_len..];
117
117
}
118
-
fals
e
118
+
tru
e
119
119
}
120
120
}
121
121
Write
Preview
Loading…
Cancel
Save