mirror of
https://github.com/vgough/encfs.git
synced 2025-02-22 04:31:28 +01:00
Typo
This commit is contained in:
parent
b35f6f1d73
commit
5db01d3ed8
@ -219,7 +219,7 @@ int RawFileIO::write(const IORequest &req) {
|
|||||||
while (bytes && retrys > 0) {
|
while (bytes && retrys > 0) {
|
||||||
errno = 0;
|
errno = 0;
|
||||||
ssize_t writeSize = ::pwrite(fd, buf, bytes, offset);
|
ssize_t writeSize = ::pwrite(fd, buf, bytes, offset);
|
||||||
eno=errno;
|
eno = errno;
|
||||||
|
|
||||||
if (writeSize < 0) {
|
if (writeSize < 0) {
|
||||||
knownSize = false;
|
knownSize = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user