Skip to content

Commit

Permalink
Fix a previously introduces compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Joannis committed Jan 18, 2023
1 parent c886a3f commit 561eba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Citadel/SFTP/Client/SFTPFile.swift
Expand Up @@ -111,7 +111,7 @@ public final class SFTPFile {
length: UInt32(consumed)
)

readableBytes -= data.readableBytes
readableBytes -= UInt64(data.readableBytes)
buffer.writeBuffer(&data)
}
} else {
Expand Down

0 comments on commit 561eba9

Please sign in to comment.