mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
Kernel/Plan9FS: Propagate errors in Plan9FSMessage::append_data
This commit is contained in:
parent
0dd8066a79
commit
1f1e58ed75
Notes:
sideshowbarker
2024-07-17 03:04:29 +09:00
Author: https://github.com/Freakness109 🔰
Commit: 1f1e58ed75
Pull-request: https://github.com/SerenityOS/serenity/pull/16539
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/supercomputer7 ✅
3 changed files with 5 additions and 5 deletions
|
@ -135,7 +135,7 @@ public:
|
|||
Plan9FSMessage& operator<<(u32);
|
||||
Plan9FSMessage& operator<<(u64);
|
||||
Plan9FSMessage& operator<<(StringView);
|
||||
void append_data(StringView);
|
||||
ErrorOr<void> append_data(StringView);
|
||||
|
||||
template<typename T>
|
||||
Plan9FSMessage& operator>>(T& t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue