"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "common/flatpak-progress.c" between
flatpak-1.15.1.tar.xz and flatpak-1.15.2.tar.xz

About: Flatpak is a Linux application sandboxing and distribution framework. Pre-release.

flatpak-progress.c  (flatpak-1.15.1.tar.xz):flatpak-progress.c  (flatpak-1.15.2.tar.xz)
skipping to change at line 317 skipping to change at line 317
} }
out: out:
if (new_progress < self->progress && self->last_total == total) if (new_progress < self->progress && self->last_total == total)
new_progress = self->progress; new_progress = self->progress;
self->last_total = total; self->last_total = total;
if (new_progress > 100) if (new_progress > 100)
{ {
if (!self->reported_overflow) if (!self->reported_overflow)
g_debug ("Unexpectedly got > 100%% progress, limiting"); g_info ("Unexpectedly got > 100%% progress, limiting");
self->reported_overflow = TRUE; self->reported_overflow = TRUE;
new_progress = 100; new_progress = 100;
} }
g_free (self->status); g_free (self->status);
self->status = g_string_free (buf, FALSE); self->status = g_string_free (buf, FALSE);
self->progress = new_progress; self->progress = new_progress;
self->estimating = estimating; self->estimating = estimating;
} }
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)