Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNumbat committed Apr 10, 2024
1 parent 9300814 commit 3e190e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpp/pos/files_pos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace rpp::Files {
return Opt{rpp::move(data)};
}

[[nodiscard]] bool write(String_View path_, Slice<u8> data) noexcept {
[[nodiscard]] bool write(String_View path_, Slice<const u8> data) noexcept {

int fd = -1;
Region(R) {
Expand Down

0 comments on commit 3e190e8

Please sign in to comment.