We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194f94f commit c8e251bCopy full SHA for c8e251b
Libraries/File/Internal/FileWindows.inl
@@ -115,7 +115,7 @@ SC::Result SC::FileDescriptor::write(Span<const char> data)
115
SC::Result SC::FileDescriptor::read(Span<char> data, Span<char>& actuallyRead, uint64_t offset)
116
{
117
SC_TRY(seek(SeekStart, offset));
118
- return read(data, actuallyRead, offset);
+ return read(data, actuallyRead);
119
}
120
121
SC::Result SC::FileDescriptor::read(Span<char> data, Span<char>& actuallyRead)
0 commit comments