Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277286
b: refs/heads/master
c: 18b5523
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Nov 28, 2011
1 parent a6b5870 commit 4104e18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed80f5813fd6ecc6d74250681910a4214f699d4e
refs/heads/master: 18b552350515188a732db6ccdb81e9cefb8b58c9
3 changes: 3 additions & 0 deletions trunk/tools/perf/util/ui/progress.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ void ui_progress__update(u64 curr, u64 total, const char *title)
if (use_browser <= 0)
return;

if (total == 0)
return;

ui__refresh_dimensions(true);
pthread_mutex_lock(&ui__lock);
y = SLtt_Screen_Rows / 2 - 2;
Expand Down

0 comments on commit 4104e18

Please sign in to comment.