Skip to content

Commit

Permalink
Reread entries after update
Browse files Browse the repository at this point in the history
  • Loading branch information
lvsti committed Nov 25, 2015
1 parent e69f976 commit c28167d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SevenZip/SVZArchive.mm
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ - (BOOL)updateEntries:(SVZ_GENERIC(NSArray, SVZArchiveEntry*)*)aEntries
return NO;
}

return YES;
return [self readEntries:aError];
}

#pragma mark - private methods:
Expand Down

0 comments on commit c28167d

Please sign in to comment.