Skip to content

Commit

Permalink
Merge pull request #72 from williambao/patch-1
Browse files Browse the repository at this point in the history
Update QiniuUtils.m
  • Loading branch information
longbai committed Jul 9, 2014
2 parents 5c65747 + 6d71648 commit 8191d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QiniuSDK/QiniuUtils.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

NSError *qiniuErrorWithOperation(AFHTTPRequestOperation *operation, NSError *error) {

if (operation == nil) {
if (operation == nil || operation.responseObject == nil) {
return error;
}

Expand Down

0 comments on commit 8191d36

Please sign in to comment.