Skip to content

Commit

Permalink
REBASE fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gperciva committed Aug 29, 2018
1 parent 5f870f4 commit 95c4473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tar/siginfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ siginfo_setinfo(struct bsdtar *bsdtar, const char * oper, const char * path,
if (tarsnap_opt_progressbytes != (uint64_t)(-1)) {
if ((uint64_t)total_uncompressed >
bsdtar->siginfo->lastprogress + tarsnap_opt_progressbytes) {
bsdtar->siginfo-> lastprogress =
bsdtar->siginfo->lastprogress =
(uint64_t)total_uncompressed;

/* Fake a SIGINFO (no need for an actual signal). */
Expand Down

0 comments on commit 95c4473

Please sign in to comment.