diff options
Diffstat (limited to 'ot_stats.c')
| -rw-r--r-- | ot_stats.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -168,7 +168,7 @@ static size_t stats_get_highscore_networks( stats_network_node *node, int depth, | |||
| 168 | node_score = stats_get_highscore_networks( node->children[i], depth+STATS_NETWORK_NODE_BITWIDTH, node_value, scores, networks, network_count, limit ); | 168 | node_score = stats_get_highscore_networks( node->children[i], depth+STATS_NETWORK_NODE_BITWIDTH, node_value, scores, networks, network_count, limit ); | 
| 169 | 169 | ||
| 170 | score += node_score; | 170 | score += node_score; | 
| 171 | 171 | ||
| 172 | if( node_score <= scores[0] ) continue; | 172 | if( node_score <= scores[0] ) continue; | 
| 173 | 173 | ||
| 174 | __STR(node_value,depth,i); | 174 | __STR(node_value,depth,i); | 
