From 48b52aec468309ef00fc4bfee3b3fff969969661 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Wed, 8 Oct 2008 16:32:01 +0000 Subject: Fix FS#8949 - Alphabetical directory listing reversed after "Error Accessing Directory", patch by pondlife, some long line police by me, also kill a few error splashes in functions that could be called by threads other than UI git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18742 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 5cf743c2f8..a4f36d96fa 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -67,6 +67,7 @@ struct tree_context { int name_buffer_size; int dentry_size; bool dirfull; + int sort_dir; /* directory sort order */ }; void tree_mem_init(void); -- cgit v1.2.3