mirror of
https://github.com/vgough/encfs.git
synced 2025-02-18 02:31:00 +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) {
|
||||
errno = 0;
|
||||
ssize_t writeSize = ::pwrite(fd, buf, bytes, offset);
|
||||
eno=errno;
|
||||
eno = errno;
|
||||
|
||||
if (writeSize < 0) {
|
||||
knownSize = false;
|
||||
|
Loading…
Reference in New Issue
Block a user