Advertisement
Guest User

Untitled

a guest
Jun 7th, 2011
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.62 KB | None | 0 0
  1. diff --git a/apps/tagtree.c b/apps/tagtree.c
  2. index d13b137..928564f 100644
  3. --- a/apps/tagtree.c
  4. +++ b/apps/tagtree.c
  5. @@ -1244,7 +1244,7 @@ static int retrieve_entries(struct tree_context *c, int offset, bool init)
  6.          sort_limit = 0;
  7.          strip = 0;
  8.      }
  9. -    
  10. +#if 0    
  11.      if (tag != tag_title && tag != tag_filename)
  12.      {
  13.          if (offset == 0)
  14. @@ -1264,7 +1264,7 @@ static int retrieve_entries(struct tree_context *c, int offset, bool init)
  15.          }
  16.          special_entry_count+=2;
  17.      }
  18. -    
  19. +#endif    
  20.      total_count += special_entry_count;
  21.      
  22.      while (tagcache_get_next(&tcs))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement