Skip to content

Commit 2dccd34

Browse files
committed
changinf or to ||
1 parent f0d5a14 commit 2dccd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aws-cpp-sdk-transfer/source/transfer/TransferManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ namespace Aws
11391139
const auto& requestedRange = request.GetRange();
11401140
const auto& responseContentRange = outcome.GetResult().GetContentRange();
11411141

1142-
if (responseContentRange.empty() or !VerifyContentRange(requestedRange, responseContentRange)) {
1142+
if (responseContentRange.empty() || !VerifyContentRange(requestedRange, responseContentRange)) {
11431143
Aws::Client::AWSError<Aws::S3::S3Errors> error(Aws::S3::S3Errors::INTERNAL_FAILURE,
11441144
"ContentRangeMismatch",
11451145
"ContentRange in response does not match requested range",

0 commit comments

Comments
 (0)