Skip to content

Commit

Permalink
Fixed percentage issue for browsers and os modules
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Jul 30, 2013
1 parent 22dcb8c commit 0919c63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gdashboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,8 @@ display_content (WINDOW * win, GLog * logger, GDash * dash,
/* every module other than VISITORS will use total req as base */
switch (i) {
case VISITORS:
case BROWSERS:
case OS:
process = g_hash_table_size (ht_unique_visitors);
break;
default:
Expand Down

0 comments on commit 0919c63

Please sign in to comment.