Fix FS#10478 - Used wrong directory in Browse theme files by explicitely setting...
commit1f8247bb6251d66b935d0fa468a899dc5cbe1a54
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Sat, 1 Aug 2009 15:23:06 +0000 (1 15:23 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Sat, 1 Aug 2009 15:23:06 +0000 (1 15:23 +0000)
treeba950bc3f946468f3d1d03f1e08dcb734ed9feb8
parentc9475884bef8c072da734f15cc0fa78716296b65
Fix FS#10478 - Used wrong directory in Browse theme files by explicitely setting current[] to '\0' in an else case.

current[] was used unitialized, so browsing themes actually used current[] from a previous call to rockbox_browse()

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22094 a1c6a512-1295-4272-9138-f99709370657
apps/tree.c