From 7c4e0c8730d5b076d4db4206361bc38d5256a23f Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Sun, 26 Mar 2006 11:33:42 +0000 Subject: Initial version of tagcache! There are still some bugs in the engine and much more problems with the UI. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9256 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/tree.h') diff --git a/apps/tree.h b/apps/tree.h index 9b4888c46a..fe903250d7 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -213,6 +213,7 @@ struct tree_context { int extra_history[MAX_DIR_LEVELS]; /* db use */ int currtable; /* db use */ int currextra; /* db use */ + int currextra2; /* db use */ /* A big buffer with plenty of entry structs, * contains all files and dirs in the current * dir (with filters applied) */ -- cgit v1.2.3