Skip to content

Commit

Permalink
Update partclone to 0.3.33
Browse files Browse the repository at this point in the history
  • Loading branch information
rluzuriaga committed Jan 8, 2025
1 parent f38be3d commit 77e219c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/src/progress.c b/src/progress.c
index 91f053a..3b22853 100644
index 9858511..8b98adc 100644
--- a/src/progress.c
+++ b/src/progress.c
@@ -228,6 +228,47 @@ static void calculate_speed(struct progress_bar *prog, unsigned long long copied
Expand Down Expand Up @@ -54,7 +54,7 @@ index 91f053a..3b22853 100644
fprintf(stderr, _(", %6.2f%s/%s,"), prog_stat.speed, prog_stat.speed_unit, prog->time_unit);
if(prog->flag == IO)
fprintf(stderr, _("\n\r%80c\rCurrent block: %10Lu, Total block: %10Lu, Complete: %6.2f%%%s\r"), clear_buf, current, prog->total, prog_stat.total_percent, "\x1b[A");
+ fogLogStatusFile(prog, &prog_stat, current);
+ fogLogStatusFile(prog, &prog_stat, current);
} else {
setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, LOCALEDIR);
Expand Down
2 changes: 1 addition & 1 deletion Buildroot/package/partclone/partclone.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

PARTCLONE_VERSION = 0.3.32
PARTCLONE_VERSION = 0.3.33
PARTCLONE_SOURCE = partclone-$(PARTCLONE_VERSION).tar.gz
PARTCLONE_SITE = $(call github,Thomas-Tsai,partclone,$(PARTCLONE_VERSION))
PARTCLONE_INSTALL_STAGING = YES
Expand Down

0 comments on commit 77e219c

Please sign in to comment.