summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-05-28 16:36:12 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-05-28 16:36:12 +0000
commitaf87be05144342834df0532202a640ea2ce3706a (patch)
tree5724cf701df9c2ceea0c98939400cc28c4a3184a
parentb3f59c41726a6f48d5f12bfe105e1ef2c8bcaf3c (diff)
downloadrockbox-af87be05144342834df0532202a640ea2ce3706a.tar.gz
rockbox-af87be05144342834df0532202a640ea2ce3706a.zip
No debugf() please
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@773 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/tree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index a74045f1af..c2d9b216a5 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -87,7 +87,6 @@ static int showdir(char *path, int start)
87 87
88 /* new dir? cache it */ 88 /* new dir? cache it */
89 if (strncmp(path,lastdir,sizeof(lastdir))) { 89 if (strncmp(path,lastdir,sizeof(lastdir))) {
90 debugf("Caching dir %s\n",path);
91 DIR *dir = opendir(path); 90 DIR *dir = opendir(path);
92 if(!dir) 91 if(!dir)
93 return -1; /* not a directory */ 92 return -1; /* not a directory */